Class: Aws::SageMaker::Types::DescribeModelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeModelOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#containers ⇒ Array<Types::ContainerDefinition>
The containers in the inference pipeline.
-
#creation_time ⇒ Time
A timestamp that shows when the model was created.
-
#enable_network_isolation ⇒ Boolean
If ‘True`, no inbound or outbound network calls can be made to or from the model container.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model.
-
#model_name ⇒ String
Name of the Amazon SageMaker model.
-
#primary_container ⇒ Types::ContainerDefinition
The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.
-
#vpc_config ⇒ Types::VpcConfig
A VpcConfig object that specifies the VPC that this model has access to.
Instance Attribute Details
#containers ⇒ Array<Types::ContainerDefinition>
The containers in the inference pipeline.
7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7292 class DescribeModelOutput < Struct.new( :model_name, :primary_container, :containers, :execution_role_arn, :vpc_config, :creation_time, :model_arn, :enable_network_isolation) include Aws::Structure end |
#creation_time ⇒ Time
A timestamp that shows when the model was created.
7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7292 class DescribeModelOutput < Struct.new( :model_name, :primary_container, :containers, :execution_role_arn, :vpc_config, :creation_time, :model_arn, :enable_network_isolation) include Aws::Structure end |
#enable_network_isolation ⇒ Boolean
If ‘True`, no inbound or outbound network calls can be made to or from the model container.
<note markdown=“1”> The Semantic Segmentation built-in algorithm does not support network isolation.
</note>
7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7292 class DescribeModelOutput < Struct.new( :model_name, :primary_container, :containers, :execution_role_arn, :vpc_config, :creation_time, :model_arn, :enable_network_isolation) include Aws::Structure end |
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7292 class DescribeModelOutput < Struct.new( :model_name, :primary_container, :containers, :execution_role_arn, :vpc_config, :creation_time, :model_arn, :enable_network_isolation) include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model.
7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7292 class DescribeModelOutput < Struct.new( :model_name, :primary_container, :containers, :execution_role_arn, :vpc_config, :creation_time, :model_arn, :enable_network_isolation) include Aws::Structure end |
#model_name ⇒ String
Name of the Amazon SageMaker model.
7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7292 class DescribeModelOutput < Struct.new( :model_name, :primary_container, :containers, :execution_role_arn, :vpc_config, :creation_time, :model_arn, :enable_network_isolation) include Aws::Structure end |
#primary_container ⇒ Types::ContainerDefinition
The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.
7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7292 class DescribeModelOutput < Struct.new( :model_name, :primary_container, :containers, :execution_role_arn, :vpc_config, :creation_time, :model_arn, :enable_network_isolation) include Aws::Structure end |
#vpc_config ⇒ Types::VpcConfig
A VpcConfig object that specifies the VPC that this model has access to. For more information, see [Protect Endpoints by Using an Amazon Virtual Private Cloud]
7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7292 class DescribeModelOutput < Struct.new( :model_name, :primary_container, :containers, :execution_role_arn, :vpc_config, :creation_time, :model_arn, :enable_network_isolation) include Aws::Structure end |