Class: Aws::SageMaker::Types::DescribeEndpointConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeEndpointConfigOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that shows when the endpoint configuration was created.
- #data_capture_config ⇒ Types::DataCaptureConfig
-
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
-
#endpoint_config_name ⇒ String
Name of the Amazon SageMaker endpoint configuration.
-
#kms_key_id ⇒ String
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
-
#production_variants ⇒ Array<Types::ProductionVariant>
An array of ‘ProductionVariant` objects, one for each model that you want to host at this endpoint.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the endpoint configuration was created.
6647 6648 6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6647 class DescribeEndpointConfigOutput < Struct.new( :endpoint_config_name, :endpoint_config_arn, :production_variants, :data_capture_config, :kms_key_id, :creation_time) include Aws::Structure end |
#data_capture_config ⇒ Types::DataCaptureConfig
6647 6648 6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6647 class DescribeEndpointConfigOutput < Struct.new( :endpoint_config_name, :endpoint_config_arn, :production_variants, :data_capture_config, :kms_key_id, :creation_time) include Aws::Structure end |
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
6647 6648 6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6647 class DescribeEndpointConfigOutput < Struct.new( :endpoint_config_name, :endpoint_config_arn, :production_variants, :data_capture_config, :kms_key_id, :creation_time) include Aws::Structure end |
#endpoint_config_name ⇒ String
Name of the Amazon SageMaker endpoint configuration.
6647 6648 6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6647 class DescribeEndpointConfigOutput < Struct.new( :endpoint_config_name, :endpoint_config_arn, :production_variants, :data_capture_config, :kms_key_id, :creation_time) include Aws::Structure end |
#kms_key_id ⇒ String
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
6647 6648 6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6647 class DescribeEndpointConfigOutput < Struct.new( :endpoint_config_name, :endpoint_config_arn, :production_variants, :data_capture_config, :kms_key_id, :creation_time) include Aws::Structure end |
#production_variants ⇒ Array<Types::ProductionVariant>
An array of ‘ProductionVariant` objects, one for each model that you want to host at this endpoint.
6647 6648 6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6647 class DescribeEndpointConfigOutput < Struct.new( :endpoint_config_name, :endpoint_config_arn, :production_variants, :data_capture_config, :kms_key_id, :creation_time) include Aws::Structure end |