AlgorithmInferenceSpecificationContainerModelInput constructor
const
AlgorithmInferenceSpecificationContainerModelInput({
- Input<
String?> ? dataInputConfig,
Creates a new AlgorithmInferenceSpecificationContainerModelInput.
dataInputConfig Input configuration for the model.
Implementation
const AlgorithmInferenceSpecificationContainerModelInput({
this.dataInputConfig,
});