Cloud AI Platform v1 API - Class CreateNasJobRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class CreateNasJobRequest.

Request message for [JobService.CreateNasJob][google.cloud.aiplatform.v1.JobService.CreateNasJob].

Inheritance

object > CreateNasJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateNasJobRequest()

public CreateNasJobRequest()

CreateNasJobRequest(CreateNasJobRequest)

public CreateNasJobRequest(CreateNasJobRequest other)
Parameter
NameDescription
otherCreateNasJobRequest

Properties

NasJob

public NasJob NasJob { get; set; }

Required. The NasJob to create.

Property Value
TypeDescription
NasJob

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the NasJob in. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName