| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelDashboardEndpoint |
ModelDashboardEndpoint.clone() |
ModelDashboardEndpoint |
ModelDashboardEndpoint.withCreationTime(Date creationTime)
A timestamp that indicates when the endpoint was created.
|
ModelDashboardEndpoint |
ModelDashboardEndpoint.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
ModelDashboardEndpoint |
ModelDashboardEndpoint.withEndpointName(String endpointName)
The endpoint name.
|
ModelDashboardEndpoint |
ModelDashboardEndpoint.withEndpointStatus(EndpointStatus endpointStatus)
The endpoint status.
|
ModelDashboardEndpoint |
ModelDashboardEndpoint.withEndpointStatus(String endpointStatus)
The endpoint status.
|
ModelDashboardEndpoint |
ModelDashboardEndpoint.withLastModifiedTime(Date lastModifiedTime)
The last time the endpoint was modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelDashboardEndpoint> |
ModelDashboardModel.getEndpoints()
The endpoints that host a model.
|
| Modifier and Type | Method and Description |
|---|---|
ModelDashboardModel |
ModelDashboardModel.withEndpoints(ModelDashboardEndpoint... endpoints)
The endpoints that host a model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelDashboardModel.setEndpoints(Collection<ModelDashboardEndpoint> endpoints)
The endpoints that host a model.
|
ModelDashboardModel |
ModelDashboardModel.withEndpoints(Collection<ModelDashboardEndpoint> endpoints)
The endpoints that host a model.
|
Copyright © 2023. All rights reserved.