Google Cloud Translation v3 API - Class CreateAdaptiveMtDatasetRequest (3.6.0)

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

Reference documentation and code samples for the Google Cloud Translation v3 API class CreateAdaptiveMtDatasetRequest.

Request message for creating an AdaptiveMtDataset.

Inheritance

object > CreateAdaptiveMtDatasetRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

CreateAdaptiveMtDatasetRequest()

public CreateAdaptiveMtDatasetRequest()

CreateAdaptiveMtDatasetRequest(CreateAdaptiveMtDatasetRequest)

public CreateAdaptiveMtDatasetRequest(CreateAdaptiveMtDatasetRequest other)
Parameter
NameDescription
otherCreateAdaptiveMtDatasetRequest

Properties

AdaptiveMtDataset

public AdaptiveMtDataset AdaptiveMtDataset { get; set; }

Required. The AdaptiveMtDataset to be created.

Property Value
TypeDescription
AdaptiveMtDataset

Parent

public string Parent { get; set; }

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName