InferenceComponentArgs

data class InferenceComponentArgs(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(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
val endpointArn: Output<String>? = null

The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.

Link copied to clipboard
val endpointName: Output<String>? = null

The name of the endpoint that hosts the inference component.

Link copied to clipboard
val inferenceComponentName: Output<String>? = null

The name of the inference component.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<TagArgs>>? = null
Link copied to clipboard
val variantName: Output<String>? = null

The name of the production variant that hosts the inference component.

Functions

Link copied to clipboard
open override fun toJava(): InferenceComponentArgs