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