| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint.Builder |
Endpoint.builder() |
Endpoint.Builder |
Endpoint.Builder.creationTime(Instant creationTime)
The time that the endpoint was created.
|
default Endpoint.Builder |
Endpoint.Builder.dataCaptureConfig(Consumer<DataCaptureConfigSummary.Builder> dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
Endpoint.Builder |
Endpoint.Builder.dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
Endpoint.Builder |
Endpoint.Builder.endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.endpointConfigName(String endpointConfigName)
The endpoint configuration associated with the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.endpointName(String endpointName)
The name of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.endpointStatus(String endpointStatus)
The status of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.failureReason(String failureReason)
If the endpoint failed, the reason it failed.
|
Endpoint.Builder |
Endpoint.Builder.lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint was modified.
|
Endpoint.Builder |
Endpoint.Builder.monitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.monitoringSchedules(Consumer<MonitoringSchedule.Builder>... monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.monitoringSchedules(MonitoringSchedule... monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.productionVariants(Collection<ProductionVariantSummary> productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.productionVariants(ProductionVariantSummary... productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.shadowProductionVariants(Consumer<ProductionVariantSummary.Builder>... shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.tags(Collection<Tag> tags)
A list of the tags associated with the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.tags(Tag... tags)
A list of the tags associated with the endpoint.
|
Endpoint.Builder |
Endpoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Endpoint.Builder> |
Endpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchRecord.Builder |
SearchRecord.Builder.endpoint(Consumer<Endpoint.Builder> endpoint)
Sets the value of the Endpoint property for this object.
|
Copyright © 2022. All rights reserved.