| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelMetadataSummary |
ModelMetadataSummary.clone() |
ModelMetadataSummary |
ModelMetadataSummary.withDomain(String domain)
The machine learning domain of the model.
|
ModelMetadataSummary |
ModelMetadataSummary.withFramework(String framework)
The machine learning framework of the model.
|
ModelMetadataSummary |
ModelMetadataSummary.withFrameworkVersion(String frameworkVersion)
The framework version of the model.
|
ModelMetadataSummary |
ModelMetadataSummary.withModel(String model)
The name of the model.
|
ModelMetadataSummary |
ModelMetadataSummary.withTask(String task)
The machine learning task of the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelMetadataSummary> |
ListModelMetadataResult.getModelMetadataSummaries()
A structure that holds model metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelMetadataResult |
ListModelMetadataResult.withModelMetadataSummaries(ModelMetadataSummary... modelMetadataSummaries)
A structure that holds model metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelMetadataResult.setModelMetadataSummaries(Collection<ModelMetadataSummary> modelMetadataSummaries)
A structure that holds model metadata.
|
ListModelMetadataResult |
ListModelMetadataResult.withModelMetadataSummaries(Collection<ModelMetadataSummary> modelMetadataSummaries)
A structure that holds model metadata.
|
Copyright © 2024. All rights reserved.