Cloud AI Platform v1 API - Class GetCustomJobRequest (2.27.0)

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

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

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