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.



18655
18656
18657
18658
18659
18660
18661
18662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18655

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)


18655
18656
18657
18658
18659
18660
18661
18662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18655

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)


18655
18656
18657
18658
18659
18660
18661
18662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18655

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.



18655
18656
18657
18658
18659
18660
18661
18662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18655

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