Class: Aws::SageMaker::Types::ModelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelConfiguration
- 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
-
#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.
32511 32512 32513 32514 32515 32516 32517 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32511 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.
32511 32512 32513 32514 32515 32516 32517 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32511 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.
32511 32512 32513 32514 32515 32516 32517 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32511 class ModelConfiguration < Struct.new( :inference_specification_name, :environment_parameters, :compilation_job_name) SENSITIVE = [] include Aws::Structure end |