Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLContainerDefinition
-
Packages that use AutoMLContainerDefinition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLContainerDefinition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLContainerDefinition Modifier and Type Method Description Map<AutoMLProcessingUnit,List<AutoMLContainerDefinition>>AutoMLCandidate. inferenceContainerDefinitions()The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate.Map<String,List<AutoMLContainerDefinition>>AutoMLCandidate. inferenceContainerDefinitionsAsStrings()The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate.List<AutoMLContainerDefinition>AutoMLCandidate. inferenceContainers()Information about the recommended inference container definitions.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLContainerDefinition Modifier and Type Method Description AutoMLCandidate.BuilderAutoMLCandidate.Builder. inferenceContainers(AutoMLContainerDefinition... inferenceContainers)Information about the recommended inference container definitions.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLContainerDefinition Modifier and Type Method Description AutoMLCandidate.BuilderAutoMLCandidate.Builder. inferenceContainerDefinitions(Map<AutoMLProcessingUnit,? extends Collection<AutoMLContainerDefinition>> inferenceContainerDefinitions)The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate.AutoMLCandidate.BuilderAutoMLCandidate.Builder. inferenceContainerDefinitionsWithStrings(Map<String,? extends Collection<AutoMLContainerDefinition>> inferenceContainerDefinitions)The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate.AutoMLCandidate.BuilderAutoMLCandidate.Builder. inferenceContainers(Collection<AutoMLContainerDefinition> inferenceContainers)Information about the recommended inference container definitions.
-