Class: Aws::SageMaker::Types::EndpointInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointInputConfiguration
- Defined in:
- gems/aws-sdk-sagemaker/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.
19941 19942 19943 19944 19945 19946 19947 19948 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19941 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.
19941 19942 19943 19944 19945 19946 19947 19948 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19941 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.
19941 19942 19943 19944 19945 19946 19947 19948 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19941 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.
19941 19942 19943 19944 19945 19946 19947 19948 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19941 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end |