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