public static class GetModelFileOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String collectionId,
String feature,
String modelFormat)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
GetModelFileOptions |
build()
Builds a GetModelFileOptions.
|
GetModelFileOptions.Builder |
collectionId(String collectionId)
Set the collectionId.
|
GetModelFileOptions.Builder |
feature(String feature)
Set the feature.
|
GetModelFileOptions.Builder |
modelFormat(String modelFormat)
Set the modelFormat.
|
public GetModelFileOptions build()
public GetModelFileOptions.Builder collectionId(String collectionId)
collectionId
- the collectionIdpublic GetModelFileOptions.Builder feature(String feature)
feature
- the featurepublic GetModelFileOptions.Builder modelFormat(String modelFormat)
modelFormat
- the modelFormatCopyright © 2021 IBM Cloud. All rights reserved.