Class: Aws::SageMaker::Types::EndpointOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointOutputConfiguration
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The endpoint configuration made by Inference Recommender during a recommendation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
The name of the endpoint made during a recommendation job.
-
#initial_instance_count ⇒ Integer
The number of instances recommended to launch initially.
-
#instance_type ⇒ String
The instance type recommended by Amazon SageMaker Inference Recommender.
-
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Specifies the serverless configuration for an endpoint variant.
-
#variant_name ⇒ String
The name of the production variant (deployed model) made during a recommendation job.
Instance Attribute Details
#endpoint_name ⇒ String
The name of the endpoint made during a recommendation job.
20013 20014 20015 20016 20017 20018 20019 20020 20021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20013 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end |
#initial_instance_count ⇒ Integer
The number of instances recommended to launch initially.
20013 20014 20015 20016 20017 20018 20019 20020 20021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20013 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type recommended by Amazon SageMaker Inference Recommender.
20013 20014 20015 20016 20017 20018 20019 20020 20021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20013 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end |
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Specifies the serverless configuration for an endpoint variant.
20013 20014 20015 20016 20017 20018 20019 20020 20021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20013 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end |
#variant_name ⇒ String
The name of the production variant (deployed model) made during a recommendation job.
20013 20014 20015 20016 20017 20018 20019 20020 20021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20013 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end |