computeResourceRequirements

@JvmName(name = "sslrcyujgomexkkl")
suspend fun computeResourceRequirements(value: Output<InferenceComponentComputeResourceRequirementsArgs>)

Parameters

value

The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component. Omit this parameter if your request is meant to create an adapter inference component. An adapter inference component is loaded by a base inference component, and it uses the compute resources of the base inference component.


@JvmName(name = "uplkmcixyupgtole")
suspend fun computeResourceRequirements(argument: suspend InferenceComponentComputeResourceRequirementsArgsBuilder.() -> Unit)

Parameters

argument

The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component. Omit this parameter if your request is meant to create an adapter inference component. An adapter inference component is loaded by a base inference component, and it uses the compute resources of the base inference component.