Uses of Class
software.amazon.awssdk.services.sagemaker.model.ContainerDefinition
-
Packages that use ContainerDefinition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ContainerDefinition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ContainerDefinition Modifier and Type Method Description ContainerDefinitionCreateModelRequest. primaryContainer()The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.ContainerDefinitionDescribeModelResponse. primaryContainer()The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.ContainerDefinitionModel. primaryContainer()Returns the value of the PrimaryContainer property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ContainerDefinition Modifier and Type Method Description List<ContainerDefinition>CreateModelRequest. containers()Specifies the containers in the inference pipeline.List<ContainerDefinition>DescribeModelResponse. containers()The containers in the inference pipeline.List<ContainerDefinition>Model. containers()The containers in the inference pipeline.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ContainerDefinition Modifier and Type Method Description CreateModelRequest.BuilderCreateModelRequest.Builder. containers(ContainerDefinition... containers)Specifies the containers in the inference pipeline.DescribeModelResponse.BuilderDescribeModelResponse.Builder. containers(ContainerDefinition... containers)The containers in the inference pipeline.Model.BuilderModel.Builder. containers(ContainerDefinition... containers)The containers in the inference pipeline.CreateModelRequest.BuilderCreateModelRequest.Builder. primaryContainer(ContainerDefinition primaryContainer)The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.DescribeModelResponse.BuilderDescribeModelResponse.Builder. primaryContainer(ContainerDefinition primaryContainer)The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.Model.BuilderModel.Builder. primaryContainer(ContainerDefinition primaryContainer)Sets the value of the PrimaryContainer property for this object.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ContainerDefinition Modifier and Type Method Description CreateModelRequest.BuilderCreateModelRequest.Builder. containers(Collection<ContainerDefinition> containers)Specifies the containers in the inference pipeline.DescribeModelResponse.BuilderDescribeModelResponse.Builder. containers(Collection<ContainerDefinition> containers)The containers in the inference pipeline.Model.BuilderModel.Builder. containers(Collection<ContainerDefinition> containers)The containers in the inference pipeline.
-