JavaScript is disabled on your browser.
 
Method Summary 
All Methods Instance Methods Abstract Methods Default Methods 
 The containers in the inference pipeline.
 
 The containers in the inference pipeline.
 
 The containers in the inference pipeline.
 
 A timestamp that shows when the model was created.
 
 A set of recommended deployment configurations for the model.
 
 A set of recommended deployment configurations for the model.
 
 If True, no inbound or outbound network calls can be made to or from the model container.
 
 The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
 
 Specifies details of how containers in a multi-container endpoint are called.
 
 Specifies details of how containers in a multi-container endpoint are called.
 
 The Amazon Resource Name (ARN) of the model.
 
 Name of the SageMaker model.
 
 The location of the primary inference code, associated artifacts, and custom environment map that the
 inference code uses when it is deployed in production.
 
 The location of the primary inference code, associated artifacts, and custom environment map that the
 inference code uses when it is deployed in production.
 
 A 
VpcConfig  object
 that specifies the VPC that this model has access to.
 
 
 A 
VpcConfig  object
 that specifies the VPC that this model has access to.
 
 
 
 
 
 
 
 
 
Method Details 
modelName 
 Name of the SageMaker model.
 
 
Parameters: 
modelName - Name of the SageMaker model. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
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.
 
 
Parameters: 
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. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
primaryContainer 
Parameters: 
primaryContainer - a consumer that will call methods on ContainerDefinition.Builder 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
See Also: 
 
 
 
 
containers 
 The containers in the inference pipeline.
 
 
Parameters: 
containers - The containers in the inference pipeline. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
containers 
 The containers in the inference pipeline.
 
 
Parameters: 
containers - The containers in the inference pipeline. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
containers 
Parameters: 
containers - a consumer that will call methods on
        ContainerDefinition.Builder 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
See Also: 
 
 
 
 
inferenceExecutionConfig 
 Specifies details of how containers in a multi-container endpoint are called.
 
 
Parameters: 
inferenceExecutionConfig - Specifies details of how containers in a multi-container endpoint are called. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
inferenceExecutionConfig 
Parameters: 
inferenceExecutionConfig - a consumer that will call methods on InferenceExecutionConfig.Builder 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
See Also: 
 
 
 
 
executionRoleArn 
 The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
 
 
Parameters: 
executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for the model. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
 
vpcConfig 
Parameters: 
vpcConfig - a consumer that will call methods on VpcConfig.Builder 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
See Also: 
 
 
 
 
creationTime 
 A timestamp that shows when the model was created.
 
 
Parameters: 
creationTime - A timestamp that shows when the model was created. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
modelArn 
 The Amazon Resource Name (ARN) of the model.
 
 
Parameters: 
modelArn - The Amazon Resource Name (ARN) of the model. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
enableNetworkIsolation 
 If True, no inbound or outbound network calls can be made to or from the model container.
 
 
Parameters: 
enableNetworkIsolation - If True, no inbound or outbound network calls can be made to or from the model container. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
deploymentRecommendation 
 A set of recommended deployment configurations for the model.
 
 
Parameters: 
deploymentRecommendation - A set of recommended deployment configurations for the model. 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
 
 
 
deploymentRecommendation 
Parameters: 
deploymentRecommendation - a consumer that will call methods on DeploymentRecommendation.Builder 
Returns: 
Returns a reference to this object so that method calls can be chained together. 
See Also: