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.
33925 33926 33927 33928 33929 33930 33931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33925 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.
33925 33926 33927 33928 33929 33930 33931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33925 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.
33925 33926 33927 33928 33929 33930 33931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33925 class ModelConfiguration < Struct.new( :inference_specification_name, :environment_parameters, :compilation_job_name) SENSITIVE = [] include Aws::Structure end |