Class: Aws::SageMaker::Types::AdditionalInferenceSpecificationDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AdditionalInferenceSpecificationDefinition
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A structure of additional Inference Specification. Additional Inference Specification specifies details about inference jobs that can be run with models based on this model package
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#containers ⇒ Array<Types::ModelPackageContainerDefinition>
The Amazon ECR registry path of the Docker image that contains the inference code.
-
#description ⇒ String
A description of the additional Inference specification.
-
#name ⇒ String
A unique name to identify the additional inference specification.
-
#supported_content_types ⇒ Array<String>
The supported MIME types for the input data.
-
#supported_realtime_inference_instance_types ⇒ Array<String>
A list of the instance types that are used to generate inferences in real-time.
-
#supported_response_mime_types ⇒ Array<String>
The supported MIME types for the output data.
-
#supported_transform_instance_types ⇒ Array<String>
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
Instance Attribute Details
#containers ⇒ Array<Types::ModelPackageContainerDefinition>
The Amazon ECR registry path of the Docker image that contains the inference code.
214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 214 class AdditionalInferenceSpecificationDefinition < Struct.new( :name, :description, :containers, :supported_transform_instance_types, :supported_realtime_inference_instance_types, :supported_content_types, :supported_response_mime_types) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the additional Inference specification
214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 214 class AdditionalInferenceSpecificationDefinition < Struct.new( :name, :description, :containers, :supported_transform_instance_types, :supported_realtime_inference_instance_types, :supported_content_types, :supported_response_mime_types) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.
214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 214 class AdditionalInferenceSpecificationDefinition < Struct.new( :name, :description, :containers, :supported_transform_instance_types, :supported_realtime_inference_instance_types, :supported_content_types, :supported_response_mime_types) SENSITIVE = [] include Aws::Structure end |
#supported_content_types ⇒ Array<String>
The supported MIME types for the input data.
214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 214 class AdditionalInferenceSpecificationDefinition < Struct.new( :name, :description, :containers, :supported_transform_instance_types, :supported_realtime_inference_instance_types, :supported_content_types, :supported_response_mime_types) SENSITIVE = [] include Aws::Structure end |
#supported_realtime_inference_instance_types ⇒ Array<String>
A list of the instance types that are used to generate inferences in real-time.
214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 214 class AdditionalInferenceSpecificationDefinition < Struct.new( :name, :description, :containers, :supported_transform_instance_types, :supported_realtime_inference_instance_types, :supported_content_types, :supported_response_mime_types) SENSITIVE = [] include Aws::Structure end |
#supported_response_mime_types ⇒ Array<String>
The supported MIME types for the output data.
214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 214 class AdditionalInferenceSpecificationDefinition < Struct.new( :name, :description, :containers, :supported_transform_instance_types, :supported_realtime_inference_instance_types, :supported_content_types, :supported_response_mime_types) SENSITIVE = [] include Aws::Structure end |
#supported_transform_instance_types ⇒ Array<String>
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 214 class AdditionalInferenceSpecificationDefinition < Struct.new( :name, :description, :containers, :supported_transform_instance_types, :supported_realtime_inference_instance_types, :supported_content_types, :supported_response_mime_types) SENSITIVE = [] include Aws::Structure end |