Class: Aws::SageMaker::Types::AIRecommendationDeploymentConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#copy_count_per_instanceInteger

The number of model copies per instance.

Returns:

  • (Integer)


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_variablesHash<String,String>

The environment variables for the deployment.

Returns:

  • (Hash<String,String>)


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_uriString

The URI of the container image for the deployment.

Returns:

  • (String)


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_countInteger

The recommended number of instances for the deployment.

Returns:

  • (Integer)


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_typeString

The recommended instance type for the deployment.

Returns:

  • (String)


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

#s3Array<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