compute Resource Requirements
suspend fun computeResourceRequirements(value: Output<InferenceComponentComputeResourceRequirementsArgs>)
Parameters
value
The compute resources allocated to run the model assigned to the inference component.
suspend fun computeResourceRequirements(argument: suspend InferenceComponentComputeResourceRequirementsArgsBuilder.() -> Unit)
Parameters
argument
The compute resources allocated to run the model assigned to the inference component.