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.



18574
18575
18576
18577
18578
18579
18580
18581
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18574

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)


18574
18575
18576
18577
18578
18579
18580
18581
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18574

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)


18574
18575
18576
18577
18578
18579
18580
18581
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18574

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.



18574
18575
18576
18577
18578
18579
18580
18581
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18574

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