Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelPackageContainerDefinition
-
Packages that use ModelPackageContainerDefinition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelPackageContainerDefinition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelPackageContainerDefinition Modifier and Type Method Description List<ModelPackageContainerDefinition>AdditionalInferenceSpecificationDefinition. containers()The Amazon ECR registry path of the Docker image that contains the inference code.List<ModelPackageContainerDefinition>InferenceSpecification. containers()The Amazon ECR registry path of the Docker image that contains the inference code.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelPackageContainerDefinition Modifier and Type Method Description AdditionalInferenceSpecificationDefinition.BuilderAdditionalInferenceSpecificationDefinition.Builder. containers(ModelPackageContainerDefinition... containers)The Amazon ECR registry path of the Docker image that contains the inference code.InferenceSpecification.BuilderInferenceSpecification.Builder. containers(ModelPackageContainerDefinition... containers)The Amazon ECR registry path of the Docker image that contains the inference code.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelPackageContainerDefinition Modifier and Type Method Description AdditionalInferenceSpecificationDefinition.BuilderAdditionalInferenceSpecificationDefinition.Builder. containers(Collection<ModelPackageContainerDefinition> containers)The Amazon ECR registry path of the Docker image that contains the inference code.InferenceSpecification.BuilderInferenceSpecification.Builder. containers(Collection<ModelPackageContainerDefinition> containers)The Amazon ECR registry path of the Docker image that contains the inference code.
-