Cloud AI Platform v1 API - Class CreateCustomJobRequest (2.27.0)

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

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

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

Inheritance

object > CreateCustomJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateCustomJobRequest()

public CreateCustomJobRequest()

CreateCustomJobRequest(CreateCustomJobRequest)

public CreateCustomJobRequest(CreateCustomJobRequest other)
Parameter
NameDescription
otherCreateCustomJobRequest

Properties

CustomJob

public CustomJob CustomJob { get; set; }

Required. The CustomJob to create.

Property Value
TypeDescription
CustomJob

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the CustomJob in. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName