public static interface ModelInfrastructureConfig.Builder extends SdkPojo, CopyableBuilder<ModelInfrastructureConfig.Builder,ModelInfrastructureConfig>
| Modifier and Type | Method and Description |
|---|---|
ModelInfrastructureConfig.Builder |
infrastructureType(ModelInfrastructureType infrastructureType)
The inference option to which to deploy your model.
|
ModelInfrastructureConfig.Builder |
infrastructureType(String infrastructureType)
The inference option to which to deploy your model.
|
default ModelInfrastructureConfig.Builder |
realTimeInferenceConfig(Consumer<RealTimeInferenceConfig.Builder> realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
|
ModelInfrastructureConfig.Builder |
realTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelInfrastructureConfig.Builder infrastructureType(String infrastructureType)
The inference option to which to deploy your model. Possible values are the following:
RealTime: Deploy to real-time inference.
infrastructureType - The inference option to which to deploy your model. Possible values are the following:
RealTime: Deploy to real-time inference.
ModelInfrastructureType,
ModelInfrastructureTypeModelInfrastructureConfig.Builder infrastructureType(ModelInfrastructureType infrastructureType)
The inference option to which to deploy your model. Possible values are the following:
RealTime: Deploy to real-time inference.
infrastructureType - The inference option to which to deploy your model. Possible values are the following:
RealTime: Deploy to real-time inference.
ModelInfrastructureType,
ModelInfrastructureTypeModelInfrastructureConfig.Builder realTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
realTimeInferenceConfig - The infrastructure configuration for deploying the model to real-time inference.default ModelInfrastructureConfig.Builder realTimeInferenceConfig(Consumer<RealTimeInferenceConfig.Builder> realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
This is a convenience method that creates an instance of theRealTimeInferenceConfig.Builder avoiding
the need to create one manually via RealTimeInferenceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to realTimeInferenceConfig(RealTimeInferenceConfig).
realTimeInferenceConfig - a consumer that will call methods on RealTimeInferenceConfig.BuilderrealTimeInferenceConfig(RealTimeInferenceConfig)Copyright © 2023. All rights reserved.