Class PipelineJob.RuntimeConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.Builder>
      • getDefaultInstanceForType

        public PipelineJob.RuntimeConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public PipelineJob.RuntimeConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PipelineJob.RuntimeConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public PipelineJob.RuntimeConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.Builder>
      • mergeFrom

        public PipelineJob.RuntimeConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PipelineJob.RuntimeConfig.Builder>
        Throws:
        IOException
      • getParametersCount

        @Deprecated
        public int getParametersCount()
        Deprecated.
        Description copied from interface: PipelineJob.RuntimeConfigOrBuilder
         Deprecated. Use
         [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values]
         instead. The runtime parameters of the PipelineJob. The parameters will
         be passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower,
         such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
         
        map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
        Specified by:
        getParametersCount in interface PipelineJob.RuntimeConfigOrBuilder
      • containsParameters

        @Deprecated
        public boolean containsParameters​(String key)
        Deprecated.
         Deprecated. Use
         [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values]
         instead. The runtime parameters of the PipelineJob. The parameters will
         be passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower,
         such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
         
        map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
        Specified by:
        containsParameters in interface PipelineJob.RuntimeConfigOrBuilder
      • getParametersMap

        @Deprecated
        public Map<String,​Value> getParametersMap()
        Deprecated.
         Deprecated. Use
         [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values]
         instead. The runtime parameters of the PipelineJob. The parameters will
         be passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower,
         such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
         
        map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
        Specified by:
        getParametersMap in interface PipelineJob.RuntimeConfigOrBuilder
      • getParametersOrDefault

        @Deprecated
        public Value getParametersOrDefault​(String key,
                                            Value defaultValue)
        Deprecated.
         Deprecated. Use
         [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values]
         instead. The runtime parameters of the PipelineJob. The parameters will
         be passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower,
         such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
         
        map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
        Specified by:
        getParametersOrDefault in interface PipelineJob.RuntimeConfigOrBuilder
      • getParametersOrThrow

        @Deprecated
        public Value getParametersOrThrow​(String key)
        Deprecated.
         Deprecated. Use
         [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values]
         instead. The runtime parameters of the PipelineJob. The parameters will
         be passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower,
         such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
         
        map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
        Specified by:
        getParametersOrThrow in interface PipelineJob.RuntimeConfigOrBuilder
      • removeParameters

        @Deprecated
        public PipelineJob.RuntimeConfig.Builder removeParameters​(String key)
        Deprecated.
         Deprecated. Use
         [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values]
         instead. The runtime parameters of the PipelineJob. The parameters will
         be passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower,
         such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
         
        map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
      • getMutableParameters

        @Deprecated
        public Map<String,​Value> getMutableParameters()
        Deprecated.
        Use alternate mutation accessors instead.
      • putParameters

        @Deprecated
        public PipelineJob.RuntimeConfig.Builder putParameters​(String key,
                                                               Value value)
        Deprecated.
         Deprecated. Use
         [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values]
         instead. The runtime parameters of the PipelineJob. The parameters will
         be passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower,
         such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
         
        map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
      • putAllParameters

        @Deprecated
        public PipelineJob.RuntimeConfig.Builder putAllParameters​(Map<String,​Value> values)
        Deprecated.
         Deprecated. Use
         [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values]
         instead. The runtime parameters of the PipelineJob. The parameters will
         be passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower,
         such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
         
        map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
      • getGcsOutputDirectory

        public 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];
        Specified by:
        getGcsOutputDirectory in interface PipelineJob.RuntimeConfigOrBuilder
        Returns:
        The gcsOutputDirectory.
      • getGcsOutputDirectoryBytes

        public 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];
        Specified by:
        getGcsOutputDirectoryBytes in interface PipelineJob.RuntimeConfigOrBuilder
        Returns:
        The bytes for gcsOutputDirectory.
      • setGcsOutputDirectory

        public PipelineJob.RuntimeConfig.Builder setGcsOutputDirectory​(String value)
         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];
        Parameters:
        value - The gcsOutputDirectory to set.
        Returns:
        This builder for chaining.
      • clearGcsOutputDirectory

        public PipelineJob.RuntimeConfig.Builder clearGcsOutputDirectory()
         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];
        Returns:
        This builder for chaining.
      • setGcsOutputDirectoryBytes

        public PipelineJob.RuntimeConfig.Builder setGcsOutputDirectoryBytes​(com.google.protobuf.ByteString value)
         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];
        Parameters:
        value - The bytes for gcsOutputDirectory to set.
        Returns:
        This builder for chaining.
      • getParameterValuesCount

        public int getParameterValuesCount()
        Description copied from interface: PipelineJob.RuntimeConfigOrBuilder
         The runtime parameters of the PipelineJob. The parameters will be
         passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as
         pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2
         DSL.
         
        map<string, .google.protobuf.Value> parameter_values = 3;
        Specified by:
        getParameterValuesCount in interface PipelineJob.RuntimeConfigOrBuilder
      • containsParameterValues

        public boolean containsParameterValues​(String key)
         The runtime parameters of the PipelineJob. The parameters will be
         passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as
         pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2
         DSL.
         
        map<string, .google.protobuf.Value> parameter_values = 3;
        Specified by:
        containsParameterValues in interface PipelineJob.RuntimeConfigOrBuilder
      • getParameterValuesMap

        public Map<String,​com.google.protobuf.Value> getParameterValuesMap()
         The runtime parameters of the PipelineJob. The parameters will be
         passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as
         pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2
         DSL.
         
        map<string, .google.protobuf.Value> parameter_values = 3;
        Specified by:
        getParameterValuesMap in interface PipelineJob.RuntimeConfigOrBuilder
      • getParameterValuesOrDefault

        public com.google.protobuf.Value getParameterValuesOrDefault​(String key,
                                                                     com.google.protobuf.Value defaultValue)
         The runtime parameters of the PipelineJob. The parameters will be
         passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as
         pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2
         DSL.
         
        map<string, .google.protobuf.Value> parameter_values = 3;
        Specified by:
        getParameterValuesOrDefault in interface PipelineJob.RuntimeConfigOrBuilder
      • getParameterValuesOrThrow

        public com.google.protobuf.Value getParameterValuesOrThrow​(String key)
         The runtime parameters of the PipelineJob. The parameters will be
         passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as
         pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2
         DSL.
         
        map<string, .google.protobuf.Value> parameter_values = 3;
        Specified by:
        getParameterValuesOrThrow in interface PipelineJob.RuntimeConfigOrBuilder
      • removeParameterValues

        public PipelineJob.RuntimeConfig.Builder removeParameterValues​(String key)
         The runtime parameters of the PipelineJob. The parameters will be
         passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as
         pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2
         DSL.
         
        map<string, .google.protobuf.Value> parameter_values = 3;
      • getMutableParameterValues

        @Deprecated
        public Map<String,​com.google.protobuf.Value> getMutableParameterValues()
        Deprecated.
        Use alternate mutation accessors instead.
      • putParameterValues

        public PipelineJob.RuntimeConfig.Builder putParameterValues​(String key,
                                                                    com.google.protobuf.Value value)
         The runtime parameters of the PipelineJob. The parameters will be
         passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as
         pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2
         DSL.
         
        map<string, .google.protobuf.Value> parameter_values = 3;
      • putAllParameterValues

        public PipelineJob.RuntimeConfig.Builder putAllParameterValues​(Map<String,​com.google.protobuf.Value> values)
         The runtime parameters of the PipelineJob. The parameters will be
         passed into
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         to replace the placeholders at runtime. This field is used by pipelines
         built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as
         pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2
         DSL.
         
        map<string, .google.protobuf.Value> parameter_values = 3;
      • getFailurePolicyValue

        public int getFailurePolicyValue()
         Represents the failure policy of a pipeline. Currently, the default of a
         pipeline is that the pipeline will continue to run until no more tasks
         can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW.
         However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it
         will stop scheduling any new tasks when a task has failed. Any scheduled
         tasks will continue to completion.
         
        .google.cloud.aiplatform.v1beta1.PipelineFailurePolicy failure_policy = 4;
        Specified by:
        getFailurePolicyValue in interface PipelineJob.RuntimeConfigOrBuilder
        Returns:
        The enum numeric value on the wire for failurePolicy.
      • setFailurePolicyValue

        public PipelineJob.RuntimeConfig.Builder setFailurePolicyValue​(int value)
         Represents the failure policy of a pipeline. Currently, the default of a
         pipeline is that the pipeline will continue to run until no more tasks
         can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW.
         However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it
         will stop scheduling any new tasks when a task has failed. Any scheduled
         tasks will continue to completion.
         
        .google.cloud.aiplatform.v1beta1.PipelineFailurePolicy failure_policy = 4;
        Parameters:
        value - The enum numeric value on the wire for failurePolicy to set.
        Returns:
        This builder for chaining.
      • getFailurePolicy

        public PipelineFailurePolicy getFailurePolicy()
         Represents the failure policy of a pipeline. Currently, the default of a
         pipeline is that the pipeline will continue to run until no more tasks
         can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW.
         However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it
         will stop scheduling any new tasks when a task has failed. Any scheduled
         tasks will continue to completion.
         
        .google.cloud.aiplatform.v1beta1.PipelineFailurePolicy failure_policy = 4;
        Specified by:
        getFailurePolicy in interface PipelineJob.RuntimeConfigOrBuilder
        Returns:
        The failurePolicy.
      • setFailurePolicy

        public PipelineJob.RuntimeConfig.Builder setFailurePolicy​(PipelineFailurePolicy value)
         Represents the failure policy of a pipeline. Currently, the default of a
         pipeline is that the pipeline will continue to run until no more tasks
         can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW.
         However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it
         will stop scheduling any new tasks when a task has failed. Any scheduled
         tasks will continue to completion.
         
        .google.cloud.aiplatform.v1beta1.PipelineFailurePolicy failure_policy = 4;
        Parameters:
        value - The failurePolicy to set.
        Returns:
        This builder for chaining.
      • clearFailurePolicy

        public PipelineJob.RuntimeConfig.Builder clearFailurePolicy()
         Represents the failure policy of a pipeline. Currently, the default of a
         pipeline is that the pipeline will continue to run until no more tasks
         can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW.
         However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it
         will stop scheduling any new tasks when a task has failed. Any scheduled
         tasks will continue to completion.
         
        .google.cloud.aiplatform.v1beta1.PipelineFailurePolicy failure_policy = 4;
        Returns:
        This builder for chaining.
      • getInputArtifactsCount

        public int getInputArtifactsCount()
        Description copied from interface: PipelineJob.RuntimeConfigOrBuilder
         The runtime artifacts of the PipelineJob. The key will be the input
         artifact name and the value would be one of the InputArtifact.
         
        map<string, .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact> input_artifacts = 5;
        Specified by:
        getInputArtifactsCount in interface PipelineJob.RuntimeConfigOrBuilder
      • containsInputArtifacts

        public boolean containsInputArtifacts​(String key)
         The runtime artifacts of the PipelineJob. The key will be the input
         artifact name and the value would be one of the InputArtifact.
         
        map<string, .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact> input_artifacts = 5;
        Specified by:
        containsInputArtifacts in interface PipelineJob.RuntimeConfigOrBuilder
      • removeInputArtifacts

        public PipelineJob.RuntimeConfig.Builder removeInputArtifacts​(String key)
         The runtime artifacts of the PipelineJob. The key will be the input
         artifact name and the value would be one of the InputArtifact.
         
        map<string, .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact> input_artifacts = 5;
      • setUnknownFields

        public final PipelineJob.RuntimeConfig.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.Builder>
      • mergeUnknownFields

        public final PipelineJob.RuntimeConfig.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.Builder>