public static interface PipelineJob.RuntimeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParameters(String key)
The runtime parameters of the PipelineJob.
|
String |
getGcsOutputDirectory()
Required.
|
com.google.protobuf.ByteString |
getGcsOutputDirectoryBytes()
Required.
|
Map<String,Value> |
getParameters()
Deprecated.
|
int |
getParametersCount()
The runtime parameters of the PipelineJob.
|
Map<String,Value> |
getParametersMap()
The runtime parameters of the PipelineJob.
|
Value |
getParametersOrDefault(String key,
Value defaultValue)
The runtime parameters of the PipelineJob.
|
Value |
getParametersOrThrow(String key)
The runtime parameters of the PipelineJob.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getParametersCount()
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec] to replace the placeholders at runtime.
map<string, .google.cloud.aiplatform.v1.Value> parameters = 1;boolean containsParameters(String key)
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec] to replace the placeholders at runtime.
map<string, .google.cloud.aiplatform.v1.Value> parameters = 1;@Deprecated Map<String,Value> getParameters()
getParametersMap() instead.Map<String,Value> getParametersMap()
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec] to replace the placeholders at runtime.
map<string, .google.cloud.aiplatform.v1.Value> parameters = 1;Value getParametersOrDefault(String key, Value defaultValue)
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec] to replace the placeholders at runtime.
map<string, .google.cloud.aiplatform.v1.Value> parameters = 1;Value getParametersOrThrow(String key)
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec] to replace the placeholders at runtime.
map<string, .google.cloud.aiplatform.v1.Value> parameters = 1;String getGcsOutputDirectory()
Required. A path in a Cloud Storage bucket, which will be treated as the root
output directory of the pipeline. It is used by the system to
generate the paths of output artifacts. The artifact paths are generated
with a sub-path pattern `{job_id}/{task_id}/{output_key}` under the
specified output directory. The service account specified in this
pipeline must have the `storage.objects.get` and `storage.objects.create`
permissions for this bucket.
string gcs_output_directory = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
Required. A path in a Cloud Storage bucket, which will be treated as the root
output directory of the pipeline. It is used by the system to
generate the paths of output artifacts. The artifact paths are generated
with a sub-path pattern `{job_id}/{task_id}/{output_key}` under the
specified output directory. The service account specified in this
pipeline must have the `storage.objects.get` and `storage.objects.create`
permissions for this bucket.
string gcs_output_directory = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2021 Google LLC. All rights reserved.