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 | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
feature |
protected java.lang.String |
modelFormat |
Modifier | Constructor and Description |
---|---|
protected |
GetModelFileOptions(GetModelFileOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
collectionId()
Gets the collectionId.
|
java.lang.String |
feature()
Gets the feature.
|
java.lang.String |
modelFormat()
Gets the modelFormat.
|
GetModelFileOptions.Builder |
newBuilder()
New builder.
|
protected java.lang.String collectionId
protected java.lang.String feature
protected java.lang.String modelFormat
protected GetModelFileOptions(GetModelFileOptions.Builder builder)
public GetModelFileOptions.Builder newBuilder()
public java.lang.String collectionId()
The identifier of the collection.
public java.lang.String feature()
The feature for the model.
public java.lang.String modelFormat()
The format of the returned model.