Show / Hide Table of Contents

Class AutoMlParams

Parameters to control AutoML model prediction behavior.

Inheritance
System.Object
AutoMlParams
Implements
IMessage<AutoMlParams>
System.IEquatable<AutoMlParams>
IDeepCloneable<AutoMlParams>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class AutoMlParams : IMessage<AutoMlParams>, IEquatable<AutoMlParams>, IDeepCloneable<AutoMlParams>, IBufferMessage, IMessage

Constructors

AutoMlParams()

Declaration
public AutoMlParams()

AutoMlParams(AutoMlParams)

Declaration
public AutoMlParams(AutoMlParams other)
Parameters
Type Name Description
AutoMlParams other

Properties

Model

Resource name of the AutoML model.

Format: projects/{project-id}/locations/{location-id}/models/{model-id}.

Declaration
public string Model { get; set; }
Property Value
Type Description
System.String
Back to top