Class: Aws::SageMaker::Types::ModelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelConfiguration
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#compilation_job_name ⇒ String
The name of the compilation job used to create the recommended model artifacts.
-
#environment_parameters ⇒ Array<Types::EnvironmentParameter>
Defines the environment parameters that includes key, value types, and values.
-
#inference_specification_name ⇒ String
The inference specification name in the model package version.
Instance Attribute Details
#compilation_job_name ⇒ String
The name of the compilation job used to create the recommended model artifacts.
32460 32461 32462 32463 32464 32465 32466 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32460 class ModelConfiguration < Struct.new( :inference_specification_name, :environment_parameters, :compilation_job_name) SENSITIVE = [] include Aws::Structure end |
#environment_parameters ⇒ Array<Types::EnvironmentParameter>
Defines the environment parameters that includes key, value types, and values.
32460 32461 32462 32463 32464 32465 32466 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32460 class ModelConfiguration < Struct.new( :inference_specification_name, :environment_parameters, :compilation_job_name) SENSITIVE = [] include Aws::Structure end |
#inference_specification_name ⇒ String
The inference specification name in the model package version.
32460 32461 32462 32463 32464 32465 32466 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32460 class ModelConfiguration < Struct.new( :inference_specification_name, :environment_parameters, :compilation_job_name) SENSITIVE = [] include Aws::Structure end |