baseInferenceComponentName

@JvmName(name = "sonauekeucsccskq")
suspend fun baseInferenceComponentName(value: Output<String>)
@JvmName(name = "omhijhffcmhbispr")
suspend fun baseInferenceComponentName(value: String?)

Parameters

value

The name of an existing inference component that is to contain the inference component that you're creating with your request. Specify this parameter only if your request is meant to create an adapter inference component. An adapter inference component contains the path to an adapter model. The purpose of the adapter model is to tailor the inference output of a base foundation model, which is hosted by the base inference component. The adapter inference component uses the compute resources that you assigned to the base inference component. When you create an adapter inference component, use the Container parameter to specify the location of the adapter artifacts. In the parameter value, use the ArtifactUrl parameter of the InferenceComponentContainerSpecification data type. Before you can create an adapter inference component, you must have an existing inference component that contains the foundation model that you want to adapt.