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