Class CreateModelRequest
Request message for [AutoMl.CreateModel][google.cloud.automl.v1.AutoMl.CreateModel].
Inheritance
System.Object
CreateModelRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class CreateModelRequest : IMessage<CreateModelRequest>, IEquatable<CreateModelRequest>, IDeepCloneable<CreateModelRequest>, IBufferMessage, IMessage
Constructors
CreateModelRequest()
Declaration
public CreateModelRequest()
CreateModelRequest(CreateModelRequest)
Declaration
public CreateModelRequest(CreateModelRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateModelRequest | other |
Properties
Model
Required. The model to create.
Declaration
public Model Model { get; set; }
Property Value
Type | Description |
---|---|
Model |
Parent
Required. Resource name of the parent project where the model is being created.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentAsLocationName
LocationName-typed view over the Parent resource name property.
Declaration
public LocationName ParentAsLocationName { get; set; }
Property Value
Type | Description |
---|---|
LocationName |