Class: Aws::SageMaker::Types::EndpointInputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#environment_parameter_rangesTypes::EnvironmentParameterRanges

The parameter you want to benchmark against.



20994
20995
20996
20997
20998
20999
21000
21001
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20994

class EndpointInputConfiguration < Struct.new(
  :instance_type,
  :serverless_config,
  :inference_specification_name,
  :environment_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#inference_specification_nameString

The inference specification name in the model package version.

Returns:

  • (String)


20994
20995
20996
20997
20998
20999
21000
21001
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20994

class EndpointInputConfiguration < Struct.new(
  :instance_type,
  :serverless_config,
  :inference_specification_name,
  :environment_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance types to use for the load test.

Returns:

  • (String)


20994
20995
20996
20997
20998
20999
21000
21001
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20994

class EndpointInputConfiguration < Struct.new(
  :instance_type,
  :serverless_config,
  :inference_specification_name,
  :environment_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_configTypes::ProductionVariantServerlessConfig

Specifies the serverless configuration for an endpoint variant.



20994
20995
20996
20997
20998
20999
21000
21001
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20994

class EndpointInputConfiguration < Struct.new(
  :instance_type,
  :serverless_config,
  :inference_specification_name,
  :environment_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end