Class: Aws::SageMaker::Types::AIRecommendationDeploymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIRecommendationDeploymentConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The deployment configuration for a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_count_per_instance ⇒ Integer
The number of model copies per instance.
-
#environment_variables ⇒ Hash<String,String>
The environment variables for the deployment.
-
#image_uri ⇒ String
The URI of the container image for the deployment.
-
#instance_count ⇒ Integer
The recommended number of instances for the deployment.
-
#instance_type ⇒ String
The recommended instance type for the deployment.
-
#s3 ⇒ Array<Types::AIRecommendationDeploymentS3Channel>
The Amazon S3 data channels for the deployment.
Instance Attribute Details
#copy_count_per_instance ⇒ Integer
The number of model copies per instance.
370 371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 370 class AIRecommendationDeploymentConfiguration < Struct.new( :s3, :image_uri, :instance_type, :instance_count, :copy_count_per_instance, :environment_variables) SENSITIVE = [] include Aws::Structure end |
#environment_variables ⇒ Hash<String,String>
The environment variables for the deployment.
370 371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 370 class AIRecommendationDeploymentConfiguration < Struct.new( :s3, :image_uri, :instance_type, :instance_count, :copy_count_per_instance, :environment_variables) SENSITIVE = [] include Aws::Structure end |
#image_uri ⇒ String
The URI of the container image for the deployment.
370 371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 370 class AIRecommendationDeploymentConfiguration < Struct.new( :s3, :image_uri, :instance_type, :instance_count, :copy_count_per_instance, :environment_variables) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
The recommended number of instances for the deployment.
370 371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 370 class AIRecommendationDeploymentConfiguration < Struct.new( :s3, :image_uri, :instance_type, :instance_count, :copy_count_per_instance, :environment_variables) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The recommended instance type for the deployment.
370 371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 370 class AIRecommendationDeploymentConfiguration < Struct.new( :s3, :image_uri, :instance_type, :instance_count, :copy_count_per_instance, :environment_variables) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Array<Types::AIRecommendationDeploymentS3Channel>
The Amazon S3 data channels for the deployment.
370 371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 370 class AIRecommendationDeploymentConfiguration < Struct.new( :s3, :image_uri, :instance_type, :instance_count, :copy_count_per_instance, :environment_variables) SENSITIVE = [] include Aws::Structure end |