Class: Aws::SageMaker::Types::EndpointOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointOutputConfiguration
- Includes:
- Aws::Structure
- Defined in:
- 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.
19974 19975 19976 19977 19978 19979 19980 19981 19982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19974 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.
19974 19975 19976 19977 19978 19979 19980 19981 19982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19974 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.
19974 19975 19976 19977 19978 19979 19980 19981 19982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19974 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.
19974 19975 19976 19977 19978 19979 19980 19981 19982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19974 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.
19974 19975 19976 19977 19978 19979 19980 19981 19982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19974 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end |