Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InferenceComponentContainerSpecificationSummary.Builder
-
Packages that use InferenceComponentContainerSpecificationSummary.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentContainerSpecificationSummary.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentContainerSpecificationSummary.Builder Modifier and Type Method Description InferenceComponentContainerSpecificationSummary.BuilderInferenceComponentContainerSpecificationSummary.Builder. artifactUrl(String artifactUrl)The Amazon S3 path where the model artifacts are stored.static InferenceComponentContainerSpecificationSummary.BuilderInferenceComponentContainerSpecificationSummary. builder()default InferenceComponentContainerSpecificationSummary.BuilderInferenceComponentContainerSpecificationSummary.Builder. deployedImage(Consumer<DeployedImage.Builder> deployedImage)Sets the value of the DeployedImage property for this object.InferenceComponentContainerSpecificationSummary.BuilderInferenceComponentContainerSpecificationSummary.Builder. deployedImage(DeployedImage deployedImage)Sets the value of the DeployedImage property for this object.InferenceComponentContainerSpecificationSummary.BuilderInferenceComponentContainerSpecificationSummary.Builder. environment(Map<String,String> environment)The environment variables to set in the Docker container.InferenceComponentContainerSpecificationSummary.BuilderInferenceComponentContainerSpecificationSummary. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceComponentContainerSpecificationSummary.Builder Modifier and Type Method Description static Class<? extends InferenceComponentContainerSpecificationSummary.Builder>InferenceComponentContainerSpecificationSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceComponentContainerSpecificationSummary.Builder Modifier and Type Method Description default InferenceComponentSpecificationSummary.BuilderInferenceComponentSpecificationSummary.Builder. container(Consumer<InferenceComponentContainerSpecificationSummary.Builder> container)Details about the container that provides the runtime environment for the model that is deployed with the inference component.
-