Class CreateModelRequest (2.4.0)

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

Request message for [AutoMl.CreateModel][google.cloud.automl.v1.AutoMl.CreateModel].

Inheritance

Object > CreateModelRequest

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

CreateModelRequest()

public CreateModelRequest()

CreateModelRequest(CreateModelRequest)

public CreateModelRequest(CreateModelRequest other)
Parameter
NameDescription
otherCreateModelRequest

Properties

Model

public Model Model { get; set; }

Required. The model to create.

Property Value
TypeDescription
Model

Parent

public string Parent { get; set; }

Required. Resource name of the parent project where the model is being created.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName