Interface protos.google.cloud.aiplatform.v1beta1.ICustomJobSpec (1.11.0)

Properties of a CustomJobSpec.

Package

@google-cloud/aiplatform

Properties

baseOutputDirectory

baseOutputDirectory?: (google.cloud.aiplatform.v1beta1.IGcsDestination|null);

CustomJobSpec baseOutputDirectory

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IGcsDestination|null)

enableWebAccess

enableWebAccess?: (boolean|null);

CustomJobSpec enableWebAccess

Property Value
TypeDescription
(boolean|null)

network

network?: (string|null);

CustomJobSpec network

Property Value
TypeDescription
(string|null)

scheduling

scheduling?: (google.cloud.aiplatform.v1beta1.IScheduling|null);

CustomJobSpec scheduling

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IScheduling|null)

serviceAccount

serviceAccount?: (string|null);

CustomJobSpec serviceAccount

Property Value
TypeDescription
(string|null)

tensorboard

tensorboard?: (string|null);

CustomJobSpec tensorboard

Property Value
TypeDescription
(string|null)

workerPoolSpecs

workerPoolSpecs?: (google.cloud.aiplatform.v1beta1.IWorkerPoolSpec[]|null);

CustomJobSpec workerPoolSpecs

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IWorkerPoolSpec[]|null)