Class: Aws::SageMaker::Types::CreateInferenceComponentInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_nameString

The name of an existing endpoint where you host the inference component.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7460

class CreateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :endpoint_name,
  :variant_name,
  :specification,
  :runtime_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#inference_component_nameString

A unique name to assign to the inference component.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7460

class CreateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :endpoint_name,
  :variant_name,
  :specification,
  :runtime_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_configTypes::InferenceComponentRuntimeConfig

Runtime settings for a model that is deployed with an inference component.



7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7460

class CreateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :endpoint_name,
  :variant_name,
  :specification,
  :runtime_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#specificationTypes::InferenceComponentSpecification

Details about the resources to deploy with this inference component, including the model, container, and compute resources.



7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7460

class CreateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :endpoint_name,
  :variant_name,
  :specification,
  :runtime_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.

Returns:



7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7460

class CreateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :endpoint_name,
  :variant_name,
  :specification,
  :runtime_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#variant_nameString

The name of an existing production variant where you host the inference component.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7460

class CreateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :endpoint_name,
  :variant_name,
  :specification,
  :runtime_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end