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.



18631
18632
18633
18634
18635
18636
18637
18638
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18631

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)


18631
18632
18633
18634
18635
18636
18637
18638
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18631

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)


18631
18632
18633
18634
18635
18636
18637
18638
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18631

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.



18631
18632
18633
18634
18635
18636
18637
18638
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18631

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