Cloud AI Platform v1 API - Class CancelCustomJobRequest (2.27.0)

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

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

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

Inheritance

object > CancelCustomJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CancelCustomJobRequest()

public CancelCustomJobRequest()

CancelCustomJobRequest(CancelCustomJobRequest)

public CancelCustomJobRequest(CancelCustomJobRequest other)
Parameter
NameDescription
otherCancelCustomJobRequest

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 to cancel. Format: projects/{project}/locations/{location}/customJobs/{custom_job}

Property Value
TypeDescription
string