Class AutoMlParams (1.0.0-beta03)

public sealed class AutoMlParams : IMessage<AutoMlParams>, IEquatable<AutoMlParams>, IDeepCloneable<AutoMlParams>, IBufferMessage, IMessage

Parameters to control AutoML model prediction behavior.

Inheritance

Object > AutoMlParams

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

AutoMlParams()

public AutoMlParams()

AutoMlParams(AutoMlParams)

public AutoMlParams(AutoMlParams other)
Parameter
NameDescription
otherAutoMlParams

Properties

Model

public string Model { get; set; }

Resource name of the AutoML model.

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

Property Value
TypeDescription
String