public static interface ModelMetadataSummary.Builder extends SdkPojo, CopyableBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
| Modifier and Type | Method and Description |
|---|---|
ModelMetadataSummary.Builder |
domain(String domain)
The machine learning domain of the model.
|
ModelMetadataSummary.Builder |
framework(String framework)
The machine learning framework of the model.
|
ModelMetadataSummary.Builder |
frameworkVersion(String frameworkVersion)
The framework version of the model.
|
ModelMetadataSummary.Builder |
model(String model)
The name of the model.
|
ModelMetadataSummary.Builder |
task(String task)
The machine learning task of the model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelMetadataSummary.Builder domain(String domain)
The machine learning domain of the model.
domain - The machine learning domain of the model.ModelMetadataSummary.Builder framework(String framework)
The machine learning framework of the model.
framework - The machine learning framework of the model.ModelMetadataSummary.Builder task(String task)
The machine learning task of the model.
task - The machine learning task of the model.ModelMetadataSummary.Builder model(String model)
The name of the model.
model - The name of the model.ModelMetadataSummary.Builder frameworkVersion(String frameworkVersion)
The framework version of the model.
frameworkVersion - The framework version of the model.Copyright © 2022. All rights reserved.