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)


526
527
528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-sagemaker/types.rb', line 526

class AIRecommendationDeploymentConfiguration < Struct.new(
  :s3,
  :image_uri,
  :instance_type,
  :instance_count,
  :copy_count_per_instance,
  :environment_variables,
  :min_cpu_memory_required_in_mb)
  SENSITIVE = []
  include Aws::Structure
end

#environment_variablesHash<String,String>

The environment variables for the deployment.

Returns:

  • (Hash<String,String>)


526
527
528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-sagemaker/types.rb', line 526

class AIRecommendationDeploymentConfiguration < Struct.new(
  :s3,
  :image_uri,
  :instance_type,
  :instance_count,
  :copy_count_per_instance,
  :environment_variables,
  :min_cpu_memory_required_in_mb)
  SENSITIVE = []
  include Aws::Structure
end

#image_uriString

The URI of the container image for the deployment.

Returns:

  • (String)


526
527
528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-sagemaker/types.rb', line 526

class AIRecommendationDeploymentConfiguration < Struct.new(
  :s3,
  :image_uri,
  :instance_type,
  :instance_count,
  :copy_count_per_instance,
  :environment_variables,
  :min_cpu_memory_required_in_mb)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

The recommended number of instances for the deployment.

Returns:

  • (Integer)


526
527
528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-sagemaker/types.rb', line 526

class AIRecommendationDeploymentConfiguration < Struct.new(
  :s3,
  :image_uri,
  :instance_type,
  :instance_count,
  :copy_count_per_instance,
  :environment_variables,
  :min_cpu_memory_required_in_mb)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The recommended instance type for the deployment.

Returns:

  • (String)


526
527
528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-sagemaker/types.rb', line 526

class AIRecommendationDeploymentConfiguration < Struct.new(
  :s3,
  :image_uri,
  :instance_type,
  :instance_count,
  :copy_count_per_instance,
  :environment_variables,
  :min_cpu_memory_required_in_mb)
  SENSITIVE = []
  include Aws::Structure
end

#min_cpu_memory_required_in_mbInteger

The minimum host (CPU) memory, in MiB, to reserve for each model copy when deploying the recommendation as an Inference Component. This value maps to the Inference Component's ComputeResourceRequirements$MinMemoryRequiredInMb field.

Returns:

  • (Integer)


526
527
528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-sagemaker/types.rb', line 526

class AIRecommendationDeploymentConfiguration < Struct.new(
  :s3,
  :image_uri,
  :instance_type,
  :instance_count,
  :copy_count_per_instance,
  :environment_variables,
  :min_cpu_memory_required_in_mb)
  SENSITIVE = []
  include Aws::Structure
end

#s3Array<Types::AIRecommendationDeploymentS3Channel>

The Amazon S3 data channels for the deployment.



526
527
528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-sagemaker/types.rb', line 526

class AIRecommendationDeploymentConfiguration < Struct.new(
  :s3,
  :image_uri,
  :instance_type,
  :instance_count,
  :copy_count_per_instance,
  :environment_variables,
  :min_cpu_memory_required_in_mb)
  SENSITIVE = []
  include Aws::Structure
end