Uses of Class
software.amazon.awssdk.services.sagemaker.model.AlgorithmSpecification
-
Packages that use AlgorithmSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AlgorithmSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AlgorithmSpecification Modifier and Type Method Description AlgorithmSpecificationCreateTrainingJobRequest. algorithmSpecification()The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata, including the input mode.AlgorithmSpecificationDescribeTrainingJobResponse. algorithmSpecification()Information about the algorithm used for training, and algorithm metadata.AlgorithmSpecificationTrainingJob. algorithmSpecification()Information about the algorithm used for training, and algorithm metadata.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AlgorithmSpecification Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. algorithmSpecification(AlgorithmSpecification algorithmSpecification)The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata, including the input mode.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. algorithmSpecification(AlgorithmSpecification algorithmSpecification)Information about the algorithm used for training, and algorithm metadata.TrainingJob.BuilderTrainingJob.Builder. algorithmSpecification(AlgorithmSpecification algorithmSpecification)Information about the algorithm used for training, and algorithm metadata.
-