Inference Component Args
data class InferenceComponentArgs(val deploymentConfig: Output<InferenceComponentDeploymentConfigArgs>? = null, val endpointArn: Output<String>? = null, val endpointName: Output<String>? = null, val inferenceComponentName: Output<String>? = null, val runtimeConfig: Output<InferenceComponentRuntimeConfigArgs>? = null, val specification: Output<InferenceComponentSpecificationArgs>? = null, val tags: Output<List<TagArgs>>? = null, val variantName: Output<String>? = null) : ConvertibleToJava<InferenceComponentArgs>
Resource Type definition for AWS::SageMaker::InferenceComponent
Constructors
Link copied to clipboard
constructor(deploymentConfig: Output<InferenceComponentDeploymentConfigArgs>? = null, endpointArn: Output<String>? = null, endpointName: Output<String>? = null, inferenceComponentName: Output<String>? = null, runtimeConfig: Output<InferenceComponentRuntimeConfigArgs>? = null, specification: Output<InferenceComponentSpecificationArgs>? = null, tags: Output<List<TagArgs>>? = null, variantName: Output<String>? = null)
Properties
Link copied to clipboard
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
Link copied to clipboard
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
Link copied to clipboard
The name of the endpoint that hosts the inference component.
Link copied to clipboard
The name of the inference component.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The name of the production variant that hosts the inference component.