public static class OnDemandServingMode.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OnDemandServingMode |
build() |
OnDemandServingMode.Builder |
copy(OnDemandServingMode model) |
OnDemandServingMode.Builder |
modelId(String modelId)
The unique ID of a model to use.
|
public OnDemandServingMode.Builder modelId(String modelId)
The unique ID of a model to use. You can use the listModels
API to list the available models.
modelId
- the value to setpublic OnDemandServingMode build()
public OnDemandServingMode.Builder copy(OnDemandServingMode model)
Copyright © 2016–2024. All rights reserved.