Inference Component Specification Args
data class InferenceComponentSpecificationArgs(val computeResourceRequirements: Output<InferenceComponentComputeResourceRequirementsArgs>, val container: Output<InferenceComponentContainerSpecificationArgs>? = null, val modelName: Output<String>? = null, val startupParameters: Output<InferenceComponentStartupParametersArgs>? = null) : ConvertibleToJava<InferenceComponentSpecificationArgs>
The specification for the inference component
Constructors
Link copied to clipboard
constructor(computeResourceRequirements: Output<InferenceComponentComputeResourceRequirementsArgs>, container: Output<InferenceComponentContainerSpecificationArgs>? = null, modelName: Output<String>? = null, startupParameters: Output<InferenceComponentStartupParametersArgs>? = null)
Properties
Link copied to clipboard
The compute resources allocated to run the model assigned to the inference component.
Link copied to clipboard
Defines a container that provides the runtime environment for a model that you deploy with an inference component.
Link copied to clipboard
Settings that take effect while the model container starts up.