Inference Group Args
data class InferenceGroupArgs(val description: Output<String>? = null, val environmentConfiguration: Output<GroupEnvironmentConfigurationArgs>? = null, val modelConfiguration: Output<GroupModelConfigurationArgs>? = null, val nodeSkuType: Output<String>? = null, val properties: Output<List<StringStringKeyValuePairArgs>>? = null, val scaleUnitSize: Output<Int>? = null) : ConvertibleToJava<InferenceGroupArgs>
Inference group configuration
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, environmentConfiguration: Output<GroupEnvironmentConfigurationArgs>? = null, modelConfiguration: Output<GroupModelConfigurationArgs>? = null, nodeSkuType: Output<String>? = null, properties: Output<List<StringStringKeyValuePairArgs>>? = null, scaleUnitSize: Output<Int>? = null)
Properties
Link copied to clipboard
Description of the resource.
Link copied to clipboard
Gets or sets environment configuration for the inference group. Used if PoolType=ScaleUnit.
Link copied to clipboard
Gets or sets model configuration for the inference group. Used if PoolType=ScaleUnit.
Link copied to clipboard
Gets or sets compute instance type.
Link copied to clipboard
Property dictionary. Properties can be added, but not removed or altered.
Link copied to clipboard
Gets or sets Scale Unit size.