Class GetCustomJobRequest (2.0.0)

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

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

Inheritance

Object > GetCustomJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetCustomJobRequest()

public GetCustomJobRequest()

GetCustomJobRequest(GetCustomJobRequest)

public GetCustomJobRequest(GetCustomJobRequest other)
Parameter
NameDescription
otherGetCustomJobRequest

Properties

CustomJobName

public CustomJobName CustomJobName { get; set; }

CustomJobName-typed view over the Name resource name property.

Property Value
TypeDescription
CustomJobName

Name

public string Name { get; set; }

Required. The name of the CustomJob resource. Format: projects/{project}/locations/{location}/customJobs/{custom_job}

Property Value
TypeDescription
String