public sealed class CreateModelRequest : IMessage<CreateModelRequest>, IEquatable<CreateModelRequest>, IDeepCloneable<CreateModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class CreateModelRequest.
Request message for CreateModel.
Implements
IMessageCreateModelRequest, IEquatableCreateModelRequest, IDeepCloneableCreateModelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
CreateModelRequest()
public CreateModelRequest()
CreateModelRequest(CreateModelRequest)
public CreateModelRequest(CreateModelRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateModelRequest |
Properties
Model
public Model Model { get; set; }
Required. The Model to create.
Property Value | |
---|---|
Type | Description |
Model |
Parent
public string Parent { get; set; }
Required. The project name, in form of
projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |