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