Interface PipelineExecutionStepMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineExecutionStepMetadata.Builder,,PipelineExecutionStepMetadata> SdkBuilder<PipelineExecutionStepMetadata.Builder,,PipelineExecutionStepMetadata> SdkPojo
- Enclosing class:
PipelineExecutionStepMetadata
-
Method Summary
Modifier and TypeMethodDescriptionautoMLJob(Consumer<AutoMLJobStepMetadata.Builder> autoMLJob) The Amazon Resource Name (ARN) of the AutoML job that was run by this step.autoMLJob(AutoMLJobStepMetadata autoMLJob) The Amazon Resource Name (ARN) of the AutoML job that was run by this step.bedrockCustomModel(Consumer<BedrockCustomModelMetadata.Builder> bedrockCustomModel) The metadata of the Amazon Bedrock custom model used in the pipeline execution step.bedrockCustomModel(BedrockCustomModelMetadata bedrockCustomModel) The metadata of the Amazon Bedrock custom model used in the pipeline execution step.bedrockCustomModelDeployment(Consumer<BedrockCustomModelDeploymentMetadata.Builder> bedrockCustomModelDeployment) The metadata of the Amazon Bedrock custom model deployment used in pipeline execution step.bedrockCustomModelDeployment(BedrockCustomModelDeploymentMetadata bedrockCustomModelDeployment) The metadata of the Amazon Bedrock custom model deployment used in pipeline execution step.bedrockModelImport(Consumer<BedrockModelImportMetadata.Builder> bedrockModelImport) The metadata of Amazon Bedrock model import used in pipeline execution step.bedrockModelImport(BedrockModelImportMetadata bedrockModelImport) The metadata of Amazon Bedrock model import used in pipeline execution step.bedrockProvisionedModelThroughput(Consumer<BedrockProvisionedModelThroughputMetadata.Builder> bedrockProvisionedModelThroughput) The metadata of the Amazon Bedrock provisioned model throughput used in the pipeline execution step.bedrockProvisionedModelThroughput(BedrockProvisionedModelThroughputMetadata bedrockProvisionedModelThroughput) The metadata of the Amazon Bedrock provisioned model throughput used in the pipeline execution step.callback(Consumer<CallbackStepMetadata.Builder> callback) The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.callback(CallbackStepMetadata callback) The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.clarifyCheck(Consumer<ClarifyCheckStepMetadata.Builder> clarifyCheck) Container for the metadata for a Clarify check step.clarifyCheck(ClarifyCheckStepMetadata clarifyCheck) Container for the metadata for a Clarify check step.condition(Consumer<ConditionStepMetadata.Builder> condition) The outcome of the condition evaluation that was run by this step execution.condition(ConditionStepMetadata condition) The outcome of the condition evaluation that was run by this step execution.The configurations and outcomes of an Amazon EMR step execution.emr(EMRStepMetadata emr) The configurations and outcomes of an Amazon EMR step execution.endpoint(Consumer<EndpointStepMetadata.Builder> endpoint) The endpoint that was invoked during this step execution.endpoint(EndpointStepMetadata endpoint) The endpoint that was invoked during this step execution.endpointConfig(Consumer<EndpointConfigStepMetadata.Builder> endpointConfig) The endpoint configuration used to create an endpoint during this step execution.endpointConfig(EndpointConfigStepMetadata endpointConfig) The endpoint configuration used to create an endpoint during this step execution.fail(Consumer<FailStepMetadata.Builder> fail) The configurations and outcomes of a Fail step execution.fail(FailStepMetadata fail) The configurations and outcomes of a Fail step execution.inferenceComponent(Consumer<InferenceComponentMetadata.Builder> inferenceComponent) The metadata of the inference component used in pipeline execution step.inferenceComponent(InferenceComponentMetadata inferenceComponent) The metadata of the inference component used in pipeline execution step.lambda(Consumer<LambdaStepMetadata.Builder> lambda) The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.lambda(LambdaStepMetadata lambda) The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.lineage(Consumer<LineageMetadata.Builder> lineage) The metadata of the lineage used in pipeline execution step.lineage(LineageMetadata lineage) The metadata of the lineage used in pipeline execution step.model(Consumer<ModelStepMetadata.Builder> model) The Amazon Resource Name (ARN) of the model that was created by this step execution.model(ModelStepMetadata model) The Amazon Resource Name (ARN) of the model that was created by this step execution.processingJob(Consumer<ProcessingJobStepMetadata.Builder> processingJob) The Amazon Resource Name (ARN) of the processing job that was run by this step execution.processingJob(ProcessingJobStepMetadata processingJob) The Amazon Resource Name (ARN) of the processing job that was run by this step execution.qualityCheck(Consumer<QualityCheckStepMetadata.Builder> qualityCheck) The configurations and outcomes of the check step execution.qualityCheck(QualityCheckStepMetadata qualityCheck) The configurations and outcomes of the check step execution.registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel) The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.registerModel(RegisterModelStepMetadata registerModel) The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.trainingJob(Consumer<TrainingJobStepMetadata.Builder> trainingJob) The Amazon Resource Name (ARN) of the training job that was run by this step execution.trainingJob(TrainingJobStepMetadata trainingJob) The Amazon Resource Name (ARN) of the training job that was run by this step execution.transformJob(Consumer<TransformJobStepMetadata.Builder> transformJob) The Amazon Resource Name (ARN) of the transform job that was run by this step execution.transformJob(TransformJobStepMetadata transformJob) The Amazon Resource Name (ARN) of the transform job that was run by this step execution.tuningJob(Consumer<TuningJobStepMetaData.Builder> tuningJob) The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.tuningJob(TuningJobStepMetaData tuningJob) The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
trainingJob
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
- Parameters:
trainingJob- The Amazon Resource Name (ARN) of the training job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingJob
default PipelineExecutionStepMetadata.Builder trainingJob(Consumer<TrainingJobStepMetadata.Builder> trainingJob) The Amazon Resource Name (ARN) of the training job that was run by this step execution.
This is a convenience method that creates an instance of theTrainingJobStepMetadata.Builderavoiding the need to create one manually viaTrainingJobStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrainingJob(TrainingJobStepMetadata).- Parameters:
trainingJob- a consumer that will call methods onTrainingJobStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processingJob
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
- Parameters:
processingJob- The Amazon Resource Name (ARN) of the processing job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJob
default PipelineExecutionStepMetadata.Builder processingJob(Consumer<ProcessingJobStepMetadata.Builder> processingJob) The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
This is a convenience method that creates an instance of theProcessingJobStepMetadata.Builderavoiding the need to create one manually viaProcessingJobStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprocessingJob(ProcessingJobStepMetadata).- Parameters:
processingJob- a consumer that will call methods onProcessingJobStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transformJob
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
- Parameters:
transformJob- The Amazon Resource Name (ARN) of the transform job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformJob
default PipelineExecutionStepMetadata.Builder transformJob(Consumer<TransformJobStepMetadata.Builder> transformJob) The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
This is a convenience method that creates an instance of theTransformJobStepMetadata.Builderavoiding the need to create one manually viaTransformJobStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totransformJob(TransformJobStepMetadata).- Parameters:
transformJob- a consumer that will call methods onTransformJobStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tuningJob
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
- Parameters:
tuningJob- The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tuningJob
default PipelineExecutionStepMetadata.Builder tuningJob(Consumer<TuningJobStepMetaData.Builder> tuningJob) The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
This is a convenience method that creates an instance of theTuningJobStepMetaData.Builderavoiding the need to create one manually viaTuningJobStepMetaData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totuningJob(TuningJobStepMetaData).- Parameters:
tuningJob- a consumer that will call methods onTuningJobStepMetaData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
model
The Amazon Resource Name (ARN) of the model that was created by this step execution.
- Parameters:
model- The Amazon Resource Name (ARN) of the model that was created by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
The Amazon Resource Name (ARN) of the model that was created by this step execution.
This is a convenience method that creates an instance of theModelStepMetadata.Builderavoiding the need to create one manually viaModelStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodel(ModelStepMetadata).- Parameters:
model- a consumer that will call methods onModelStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
registerModel
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
- Parameters:
registerModel- The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registerModel
default PipelineExecutionStepMetadata.Builder registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel) The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
This is a convenience method that creates an instance of theRegisterModelStepMetadata.Builderavoiding the need to create one manually viaRegisterModelStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregisterModel(RegisterModelStepMetadata).- Parameters:
registerModel- a consumer that will call methods onRegisterModelStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
condition
The outcome of the condition evaluation that was run by this step execution.
- Parameters:
condition- The outcome of the condition evaluation that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
default PipelineExecutionStepMetadata.Builder condition(Consumer<ConditionStepMetadata.Builder> condition) The outcome of the condition evaluation that was run by this step execution.
This is a convenience method that creates an instance of theConditionStepMetadata.Builderavoiding the need to create one manually viaConditionStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocondition(ConditionStepMetadata).- Parameters:
condition- a consumer that will call methods onConditionStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
callback
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
- Parameters:
callback- The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callback
default PipelineExecutionStepMetadata.Builder callback(Consumer<CallbackStepMetadata.Builder> callback) The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
This is a convenience method that creates an instance of theCallbackStepMetadata.Builderavoiding the need to create one manually viaCallbackStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocallback(CallbackStepMetadata).- Parameters:
callback- a consumer that will call methods onCallbackStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lambda
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
- Parameters:
lambda- The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambda
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
This is a convenience method that creates an instance of theLambdaStepMetadata.Builderavoiding the need to create one manually viaLambdaStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolambda(LambdaStepMetadata).- Parameters:
lambda- a consumer that will call methods onLambdaStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
emr
The configurations and outcomes of an Amazon EMR step execution.
- Parameters:
emr- The configurations and outcomes of an Amazon EMR step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emr
The configurations and outcomes of an Amazon EMR step execution.
This is a convenience method that creates an instance of theEMRStepMetadata.Builderavoiding the need to create one manually viaEMRStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toemr(EMRStepMetadata).- Parameters:
emr- a consumer that will call methods onEMRStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qualityCheck
The configurations and outcomes of the check step execution. This includes:
-
The type of the check conducted.
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The Boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
- Parameters:
qualityCheck- The configurations and outcomes of the check step execution. This includes:-
The type of the check conducted.
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The Boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
qualityCheck
default PipelineExecutionStepMetadata.Builder qualityCheck(Consumer<QualityCheckStepMetadata.Builder> qualityCheck) The configurations and outcomes of the check step execution. This includes:
-
The type of the check conducted.
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The Boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
QualityCheckStepMetadata.Builderavoiding the need to create one manually viaQualityCheckStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqualityCheck(QualityCheckStepMetadata).- Parameters:
qualityCheck- a consumer that will call methods onQualityCheckStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
clarifyCheck
Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
-
The type of the check conducted,
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
- Parameters:
clarifyCheck- Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:-
The type of the check conducted,
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
clarifyCheck
default PipelineExecutionStepMetadata.Builder clarifyCheck(Consumer<ClarifyCheckStepMetadata.Builder> clarifyCheck) Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
-
The type of the check conducted,
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
ClarifyCheckStepMetadata.Builderavoiding the need to create one manually viaClarifyCheckStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclarifyCheck(ClarifyCheckStepMetadata).- Parameters:
clarifyCheck- a consumer that will call methods onClarifyCheckStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
fail
The configurations and outcomes of a Fail step execution.
- Parameters:
fail- The configurations and outcomes of a Fail step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fail
The configurations and outcomes of a Fail step execution.
This is a convenience method that creates an instance of theFailStepMetadata.Builderavoiding the need to create one manually viaFailStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofail(FailStepMetadata).- Parameters:
fail- a consumer that will call methods onFailStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoMLJob
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
- Parameters:
autoMLJob- The Amazon Resource Name (ARN) of the AutoML job that was run by this step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoMLJob
default PipelineExecutionStepMetadata.Builder autoMLJob(Consumer<AutoMLJobStepMetadata.Builder> autoMLJob) The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
This is a convenience method that creates an instance of theAutoMLJobStepMetadata.Builderavoiding the need to create one manually viaAutoMLJobStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoMLJob(AutoMLJobStepMetadata).- Parameters:
autoMLJob- a consumer that will call methods onAutoMLJobStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpoint
The endpoint that was invoked during this step execution.
- Parameters:
endpoint- The endpoint that was invoked during this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
default PipelineExecutionStepMetadata.Builder endpoint(Consumer<EndpointStepMetadata.Builder> endpoint) The endpoint that was invoked during this step execution.
This is a convenience method that creates an instance of theEndpointStepMetadata.Builderavoiding the need to create one manually viaEndpointStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpoint(EndpointStepMetadata).- Parameters:
endpoint- a consumer that will call methods onEndpointStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointConfig
The endpoint configuration used to create an endpoint during this step execution.
- Parameters:
endpointConfig- The endpoint configuration used to create an endpoint during this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointConfig
default PipelineExecutionStepMetadata.Builder endpointConfig(Consumer<EndpointConfigStepMetadata.Builder> endpointConfig) The endpoint configuration used to create an endpoint during this step execution.
This is a convenience method that creates an instance of theEndpointConfigStepMetadata.Builderavoiding the need to create one manually viaEndpointConfigStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpointConfig(EndpointConfigStepMetadata).- Parameters:
endpointConfig- a consumer that will call methods onEndpointConfigStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bedrockCustomModel
PipelineExecutionStepMetadata.Builder bedrockCustomModel(BedrockCustomModelMetadata bedrockCustomModel) The metadata of the Amazon Bedrock custom model used in the pipeline execution step.
- Parameters:
bedrockCustomModel- The metadata of the Amazon Bedrock custom model used in the pipeline execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bedrockCustomModel
default PipelineExecutionStepMetadata.Builder bedrockCustomModel(Consumer<BedrockCustomModelMetadata.Builder> bedrockCustomModel) The metadata of the Amazon Bedrock custom model used in the pipeline execution step.
This is a convenience method that creates an instance of theBedrockCustomModelMetadata.Builderavoiding the need to create one manually viaBedrockCustomModelMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobedrockCustomModel(BedrockCustomModelMetadata).- Parameters:
bedrockCustomModel- a consumer that will call methods onBedrockCustomModelMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bedrockCustomModelDeployment
PipelineExecutionStepMetadata.Builder bedrockCustomModelDeployment(BedrockCustomModelDeploymentMetadata bedrockCustomModelDeployment) The metadata of the Amazon Bedrock custom model deployment used in pipeline execution step.
- Parameters:
bedrockCustomModelDeployment- The metadata of the Amazon Bedrock custom model deployment used in pipeline execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bedrockCustomModelDeployment
default PipelineExecutionStepMetadata.Builder bedrockCustomModelDeployment(Consumer<BedrockCustomModelDeploymentMetadata.Builder> bedrockCustomModelDeployment) The metadata of the Amazon Bedrock custom model deployment used in pipeline execution step.
This is a convenience method that creates an instance of theBedrockCustomModelDeploymentMetadata.Builderavoiding the need to create one manually viaBedrockCustomModelDeploymentMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobedrockCustomModelDeployment(BedrockCustomModelDeploymentMetadata).- Parameters:
bedrockCustomModelDeployment- a consumer that will call methods onBedrockCustomModelDeploymentMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bedrockProvisionedModelThroughput
PipelineExecutionStepMetadata.Builder bedrockProvisionedModelThroughput(BedrockProvisionedModelThroughputMetadata bedrockProvisionedModelThroughput) The metadata of the Amazon Bedrock provisioned model throughput used in the pipeline execution step.
- Parameters:
bedrockProvisionedModelThroughput- The metadata of the Amazon Bedrock provisioned model throughput used in the pipeline execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bedrockProvisionedModelThroughput
default PipelineExecutionStepMetadata.Builder bedrockProvisionedModelThroughput(Consumer<BedrockProvisionedModelThroughputMetadata.Builder> bedrockProvisionedModelThroughput) The metadata of the Amazon Bedrock provisioned model throughput used in the pipeline execution step.
This is a convenience method that creates an instance of theBedrockProvisionedModelThroughputMetadata.Builderavoiding the need to create one manually viaBedrockProvisionedModelThroughputMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobedrockProvisionedModelThroughput(BedrockProvisionedModelThroughputMetadata).- Parameters:
bedrockProvisionedModelThroughput- a consumer that will call methods onBedrockProvisionedModelThroughputMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bedrockModelImport
PipelineExecutionStepMetadata.Builder bedrockModelImport(BedrockModelImportMetadata bedrockModelImport) The metadata of Amazon Bedrock model import used in pipeline execution step.
- Parameters:
bedrockModelImport- The metadata of Amazon Bedrock model import used in pipeline execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bedrockModelImport
default PipelineExecutionStepMetadata.Builder bedrockModelImport(Consumer<BedrockModelImportMetadata.Builder> bedrockModelImport) The metadata of Amazon Bedrock model import used in pipeline execution step.
This is a convenience method that creates an instance of theBedrockModelImportMetadata.Builderavoiding the need to create one manually viaBedrockModelImportMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobedrockModelImport(BedrockModelImportMetadata).- Parameters:
bedrockModelImport- a consumer that will call methods onBedrockModelImportMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inferenceComponent
PipelineExecutionStepMetadata.Builder inferenceComponent(InferenceComponentMetadata inferenceComponent) The metadata of the inference component used in pipeline execution step.
- Parameters:
inferenceComponent- The metadata of the inference component used in pipeline execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceComponent
default PipelineExecutionStepMetadata.Builder inferenceComponent(Consumer<InferenceComponentMetadata.Builder> inferenceComponent) The metadata of the inference component used in pipeline execution step.
This is a convenience method that creates an instance of theInferenceComponentMetadata.Builderavoiding the need to create one manually viaInferenceComponentMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinferenceComponent(InferenceComponentMetadata).- Parameters:
inferenceComponent- a consumer that will call methods onInferenceComponentMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lineage
The metadata of the lineage used in pipeline execution step.
- Parameters:
lineage- The metadata of the lineage used in pipeline execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineage
The metadata of the lineage used in pipeline execution step.
This is a convenience method that creates an instance of theLineageMetadata.Builderavoiding the need to create one manually viaLineageMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolineage(LineageMetadata).- Parameters:
lineage- a consumer that will call methods onLineageMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-