Class: Aws::SageMaker::Types::ModelConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Defines the model configuration. Includes the specification name and environment parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_nameString

The name of the compilation job used to create the recommended model artifacts.

Returns:

  • (String)


30807
30808
30809
30810
30811
30812
30813
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30807

class ModelConfiguration < Struct.new(
  :inference_specification_name,
  :environment_parameters,
  :compilation_job_name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_parametersArray<Types::EnvironmentParameter>

Defines the environment parameters that includes key, value types, and values.

Returns:



30807
30808
30809
30810
30811
30812
30813
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30807

class ModelConfiguration < Struct.new(
  :inference_specification_name,
  :environment_parameters,
  :compilation_job_name)
  SENSITIVE = []
  include Aws::Structure
end

#inference_specification_nameString

The inference specification name in the model package version.

Returns:

  • (String)


30807
30808
30809
30810
30811
30812
30813
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30807

class ModelConfiguration < Struct.new(
  :inference_specification_name,
  :environment_parameters,
  :compilation_job_name)
  SENSITIVE = []
  include Aws::Structure
end