public static interface Endpoint.Builder extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
creationTime(Instant creationTime)
The time that the endpoint was created.
|
default Endpoint.Builder |
dataCaptureConfig(Consumer<DataCaptureConfigSummary.Builder> dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
Endpoint.Builder |
dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
Endpoint.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
Endpoint.Builder |
endpointConfigName(String endpointConfigName)
The endpoint configuration associated with the endpoint.
|
Endpoint.Builder |
endpointName(String endpointName)
The name of the endpoint.
|
Endpoint.Builder |
endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
Endpoint.Builder |
endpointStatus(String endpointStatus)
The status of the endpoint.
|
Endpoint.Builder |
failureReason(String failureReason)
If the endpoint failed, the reason it failed.
|
Endpoint.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint was modified.
|
Endpoint.Builder |
monitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
monitoringSchedules(Consumer<MonitoringSchedule.Builder>... monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
monitoringSchedules(MonitoringSchedule... monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
productionVariants(Collection<ProductionVariantSummary> productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
productionVariants(ProductionVariantSummary... productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Endpoint.Builder |
shadowProductionVariants(Consumer<ProductionVariantSummary.Builder>... shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Endpoint.Builder |
shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Endpoint.Builder |
tags(Collection<Tag> tags)
A list of the tags associated with the endpoint.
|
Endpoint.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the endpoint.
|
Endpoint.Builder |
tags(Tag... tags)
A list of the tags associated with the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpoint.Builder endpointName(String endpointName)
The name of the endpoint.
endpointName - The name of the endpoint.Endpoint.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn - The Amazon Resource Name (ARN) of the endpoint.Endpoint.Builder endpointConfigName(String endpointConfigName)
The endpoint configuration associated with the endpoint.
endpointConfigName - The endpoint configuration associated with the endpoint.Endpoint.Builder productionVariants(Collection<ProductionVariantSummary> productionVariants)
A list of the production variants hosted on the endpoint. Each production variant is a model.
productionVariants - A list of the production variants hosted on the endpoint. Each production variant is a model.Endpoint.Builder productionVariants(ProductionVariantSummary... productionVariants)
A list of the production variants hosted on the endpoint. Each production variant is a model.
productionVariants - A list of the production variants hosted on the endpoint. Each production variant is a model.Endpoint.Builder productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
A list of the production variants hosted on the endpoint. Each production variant is a model.
This is a convenience method that creates an instance of theProductionVariantSummary.Builder avoiding the need to
create one manually via
ProductionVariantSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #productionVariants(List.
productionVariants - a consumer that will call methods on
ProductionVariantSummary.Builder#productionVariants(java.util.Collection) Endpoint.Builder dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)
dataCaptureConfig - The new value for the DataCaptureConfig property for this object.default Endpoint.Builder dataCaptureConfig(Consumer<DataCaptureConfigSummary.Builder> dataCaptureConfig)
DataCaptureConfigSummary.Builder
avoiding the need to create one manually via DataCaptureConfigSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataCaptureConfig(DataCaptureConfigSummary).
dataCaptureConfig - a consumer that will call methods on DataCaptureConfigSummary.BuilderdataCaptureConfig(DataCaptureConfigSummary)Endpoint.Builder endpointStatus(String endpointStatus)
The status of the endpoint.
endpointStatus - The status of the endpoint.EndpointStatus,
EndpointStatusEndpoint.Builder endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
endpointStatus - The status of the endpoint.EndpointStatus,
EndpointStatusEndpoint.Builder failureReason(String failureReason)
If the endpoint failed, the reason it failed.
failureReason - If the endpoint failed, the reason it failed.Endpoint.Builder creationTime(Instant creationTime)
The time that the endpoint was created.
creationTime - The time that the endpoint was created.Endpoint.Builder lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint was modified.
lastModifiedTime - The last time the endpoint was modified.Endpoint.Builder monitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
monitoringSchedules - A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model
Monitor.Endpoint.Builder monitoringSchedules(MonitoringSchedule... monitoringSchedules)
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
monitoringSchedules - A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model
Monitor.Endpoint.Builder monitoringSchedules(Consumer<MonitoringSchedule.Builder>... monitoringSchedules)
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
This is a convenience method that creates an instance of theMonitoringSchedule.Builder avoiding the need to
create one manually via MonitoringSchedule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #monitoringSchedules(List.
monitoringSchedules - a consumer that will call methods on
MonitoringSchedule.Builder#monitoringSchedules(java.util.Collection) Endpoint.Builder tags(Collection<Tag> tags)
A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.Endpoint.Builder tags(Tag... tags)
A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.Endpoint.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Endpoint.Builder shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)
A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.
shadowProductionVariants - A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode
with production traffic replicated from the production variant.Endpoint.Builder shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)
A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.
shadowProductionVariants - A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode
with production traffic replicated from the production variant.Endpoint.Builder shadowProductionVariants(Consumer<ProductionVariantSummary.Builder>... shadowProductionVariants)
A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.
This is a convenience method that creates an instance of theProductionVariantSummary.Builder avoiding the need to
create one manually via
ProductionVariantSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #shadowProductionVariants(List.
shadowProductionVariants - a consumer that will call methods on
ProductionVariantSummary.Builder#shadowProductionVariants(java.util.Collection) Copyright © 2023. All rights reserved.