Interface protos.google.cloud.aiplatform.v1.ICustomJobSpec (3.13.0)

Properties of a CustomJobSpec.

Package

@google-cloud/aiplatform

Properties

baseOutputDirectory

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

CustomJobSpec baseOutputDirectory

enableDashboardAccess

enableDashboardAccess?: (boolean|null);

CustomJobSpec enableDashboardAccess

enableWebAccess

enableWebAccess?: (boolean|null);

CustomJobSpec enableWebAccess

experiment

experiment?: (string|null);

CustomJobSpec experiment

experimentRun

experimentRun?: (string|null);

CustomJobSpec experimentRun

models

models?: (string[]|null);

CustomJobSpec models

network

network?: (string|null);

CustomJobSpec network

protectedArtifactLocationId

protectedArtifactLocationId?: (string|null);

CustomJobSpec protectedArtifactLocationId

reservedIpRanges

reservedIpRanges?: (string[]|null);

CustomJobSpec reservedIpRanges

scheduling

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

CustomJobSpec scheduling

serviceAccount

serviceAccount?: (string|null);

CustomJobSpec serviceAccount

tensorboard

tensorboard?: (string|null);

CustomJobSpec tensorboard

workerPoolSpecs

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

CustomJobSpec workerPoolSpecs