Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingJobStepMetadata
-
Packages that use ProcessingJobStepMetadata Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingJobStepMetadata in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingJobStepMetadata Modifier and Type Method Description ProcessingJobStepMetadataPipelineExecutionStepMetadata. processingJob()The Amazon Resource Name (ARN) of the processing job that was run by this step execution.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingJobStepMetadata Modifier and Type Method Description PipelineExecutionStepMetadata.BuilderPipelineExecutionStepMetadata.Builder. processingJob(ProcessingJobStepMetadata processingJob)The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
-