Cloud AI Platform v1 API - Class GetNasJobRequest (2.27.0)

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

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

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

Inheritance

object > GetNasJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetNasJobRequest()

public GetNasJobRequest()

GetNasJobRequest(GetNasJobRequest)

public GetNasJobRequest(GetNasJobRequest other)
Parameter
NameDescription
otherGetNasJobRequest

Properties

Name

public string Name { get; set; }

Required. The name of the NasJob resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}

Property Value
TypeDescription
string

NasJobName

public NasJobName NasJobName { get; set; }

NasJobName-typed view over the Name resource name property.

Property Value
TypeDescription
NasJobName