public sealed class GetNasJobRequest : IMessage<GetNasJobRequest>, IEquatable<GetNasJobRequest>, IDeepCloneable<GetNasJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetNasJobRequest.
Request message for [JobService.GetNasJob][google.cloud.aiplatform.v1beta1.JobService.GetNasJob].
Implements
IMessageGetNasJobRequest, IEquatableGetNasJobRequest, IDeepCloneableGetNasJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetNasJobRequest()
public GetNasJobRequest()
GetNasJobRequest(GetNasJobRequest)
public GetNasJobRequest(GetNasJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetNasJobRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the NasJob resource.
Format:
projects/{project}/locations/{location}/nasJobs/{nas_job}
Property Value | |
---|---|
Type | Description |
string |
NasJobName
public NasJobName NasJobName { get; set; }
NasJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NasJobName |