Class: Aws::SageMaker::Types::EndpointInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointInputConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The endpoint configuration for the load test.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_parameter_ranges ⇒ Types::EnvironmentParameterRanges
The parameter you want to benchmark against.
-
#inference_specification_name ⇒ String
The inference specification name in the model package version.
-
#instance_type ⇒ String
The instance types to use for the load test.
-
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Specifies the serverless configuration for an endpoint variant.
Instance Attribute Details
#environment_parameter_ranges ⇒ Types::EnvironmentParameterRanges
The parameter you want to benchmark against.
23576 23577 23578 23579 23580 23581 23582 23583 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 23576 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end |
#inference_specification_name ⇒ String
The inference specification name in the model package version.
23576 23577 23578 23579 23580 23581 23582 23583 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 23576 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance types to use for the load test.
23576 23577 23578 23579 23580 23581 23582 23583 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 23576 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end |
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Specifies the serverless configuration for an endpoint variant.
23576 23577 23578 23579 23580 23581 23582 23583 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 23576 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end |