| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
SearchRecord.getEndpoint() |
Endpoint |
Endpoint.withCreationTime(Date creationTime)
The time that the endpoint was created.
|
Endpoint |
Endpoint.withDataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig) |
Endpoint |
Endpoint.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
Endpoint |
Endpoint.withEndpointConfigName(String endpointConfigName)
The endpoint configuration associated with the endpoint.
|
Endpoint |
Endpoint.withEndpointName(String endpointName)
The name of the endpoint.
|
Endpoint |
Endpoint.withEndpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
Endpoint |
Endpoint.withEndpointStatus(String endpointStatus)
The status of the endpoint.
|
Endpoint |
Endpoint.withFailureReason(String failureReason)
If the endpoint failed, the reason it failed.
|
Endpoint |
Endpoint.withLastModifiedTime(Date lastModifiedTime)
The last time the endpoint was modified.
|
Endpoint |
Endpoint.withMonitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint |
Endpoint.withMonitoringSchedules(MonitoringSchedule... monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint |
Endpoint.withProductionVariants(Collection<ProductionVariantSummary> productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint |
Endpoint.withProductionVariants(ProductionVariantSummary... productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint |
Endpoint.withShadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Endpoint |
Endpoint.withShadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Endpoint |
Endpoint.withTags(Collection<Tag> tags)
A list of the tags associated with the endpoint.
|
Endpoint |
Endpoint.withTags(Tag... tags)
A list of the tags associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setEndpoint(Endpoint endpoint) |
SearchRecord |
SearchRecord.withEndpoint(Endpoint endpoint) |
Copyright © 2023. All rights reserved.