public class GetModelFileOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GetModelFileOptions.Builder
Builder. 
 | 
static interface  | 
GetModelFileOptions.Feature
The feature for the model. 
 | 
static interface  | 
GetModelFileOptions.ModelFormat
The format of the returned model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
collectionId()
Gets the collectionId. 
 | 
String | 
feature()
Gets the feature. 
 | 
String | 
modelFormat()
Gets the modelFormat. 
 | 
GetModelFileOptions.Builder | 
newBuilder()
New builder. 
 | 
public GetModelFileOptions.Builder newBuilder()
public String collectionId()
The identifier of the collection.
public String feature()
The feature for the model.
public String modelFormat()
The format of the returned model.
Copyright © 2021 IBM Cloud. All rights reserved.