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.
19902 19903 19904 19905 19906 19907 19908 19909 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19902 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.
19902 19903 19904 19905 19906 19907 19908 19909 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19902 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.
19902 19903 19904 19905 19906 19907 19908 19909 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19902 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.
19902 19903 19904 19905 19906 19907 19908 19909 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19902 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end |