Interface protos.google.cloud.aiplatform.v1.PipelineJob.IRuntimeConfig (1.11.0)

Properties of a RuntimeConfig.

Package

@google-cloud/aiplatform

Properties

gcsOutputDirectory

gcsOutputDirectory?: (string|null);

RuntimeConfig gcsOutputDirectory

Property Value
TypeDescription
(string|null)

parameters

parameters?: ({ [k: string]: google.cloud.aiplatform.v1.IValue }|null);

RuntimeConfig parameters

Property Value
TypeDescription
({ [k: string]: google.cloud.aiplatform.v1.IValue }|null)