Resource Type definition for AWS::SageMaker::InferenceComponent
endpoint_name
(String) The name of the endpoint the inference component is associated withruntime_config
(Attributes) The runtime config for the inference component (see below for nested schema)specification
(Attributes) The specification for the inference component (see below for nested schema)variant_name
(String) The name of the endpoint variant the inference component is associated withendpoint_arn
(String) The Amazon Resource Name (ARN) of the endpoint the inference component is associated withinference_component_name
(String) The name of the inference componenttags
(Attributes List) An array of tags to apply to the resource (see below for nested schema)creation_time
(String)failure_reason
(String) The failure reason if the inference component is in a failed stateid
(String) Uniquely identifies the resource.inference_component_arn
(String) The Amazon Resource Name (ARN) of the inference componentinference_component_status
(String)last_modified_time
(String)runtime_config
Optional:
copy_count
(Number) The number of copies for the inference componentRead-Only:
current_copy_count
(Number) The number of copies for the inference componentdesired_copy_count
(Number) The number of copies for the inference componentspecification
Required:
compute_resource_requirements
(Attributes) (see below for nested schema)Optional:
container
(Attributes) (see below for nested schema)model_name
(String) The name of the model to use with the inference componentstartup_parameters
(Attributes) (see below for nested schema)specification.compute_resource_requirements
Optional:
max_memory_required_in_mb
(Number)min_memory_required_in_mb
(Number)number_of_accelerator_devices_required
(Number)number_of_cpu_cores_required
(Number)specification.container
Optional:
artifact_url
(String)environment
(Map of String) Environment variables to specify on the containerimage
(String) The image to use for the container that will be materialized for the inference componentRead-Only:
deployed_image
(Attributes) (see below for nested schema)specification.container.deployed_image
Read-Only:
resolution_time
(String)resolved_image
(String) The image to use for the container that will be materialized for the inference componentspecified_image
(String) The image to use for the container that will be materialized for the inference componentspecification.startup_parameters
Optional:
container_startup_health_check_timeout_in_seconds
(Number)model_data_download_timeout_in_seconds
(Number)tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -value
(String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -Import is supported using the following syntax:
$ terraform import awscc_sagemaker_inference_component.example <resource ID>