@Generated(value="software.amazon.awssdk:codegen") public final class Endpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Endpoint.Builder,Endpoint>
A hosted endpoint for real-time inference.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Endpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint.Builder |
builder() |
Instant |
creationTime()
The time that the endpoint was created.
|
DataCaptureConfigSummary |
dataCaptureConfig()
Returns the value of the DataCaptureConfig property for this object.
|
String |
endpointArn()
The Amazon Resource Name (ARN) of the endpoint.
|
String |
endpointConfigName()
The endpoint configuration associated with the endpoint.
|
String |
endpointName()
The name of the endpoint.
|
EndpointStatus |
endpointStatus()
The status of the endpoint.
|
String |
endpointStatusAsString()
The status of the endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the endpoint failed, the reason it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasMonitoringSchedules()
For responses, this returns true if the service returned a value for the MonitoringSchedules property.
|
boolean |
hasProductionVariants()
For responses, this returns true if the service returned a value for the ProductionVariants property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
Instant |
lastModifiedTime()
The last time the endpoint was modified.
|
List<MonitoringSchedule> |
monitoringSchedules()
A list of monitoring schedules for the endpoint.
|
List<ProductionVariantSummary> |
productionVariants()
A list of the production variants hosted on the endpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Endpoint.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of the tags associated with the endpoint.
|
Endpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointName()
The name of the endpoint.
public final String endpointArn()
The Amazon Resource Name (ARN) of the endpoint.
public final String endpointConfigName()
The endpoint configuration associated with the endpoint.
public final boolean hasProductionVariants()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<ProductionVariantSummary> productionVariants()
A list of the production variants hosted on the endpoint. Each production variant is a model.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasProductionVariants() method.
public final DataCaptureConfigSummary dataCaptureConfig()
public final EndpointStatus endpointStatus()
The status of the endpoint.
If the service returns an enum value that is not available in the current SDK version, endpointStatus
will return EndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from endpointStatusAsString().
EndpointStatuspublic final String endpointStatusAsString()
The status of the endpoint.
If the service returns an enum value that is not available in the current SDK version, endpointStatus
will return EndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from endpointStatusAsString().
EndpointStatuspublic final String failureReason()
If the endpoint failed, the reason it failed.
public final Instant creationTime()
The time that the endpoint was created.
public final Instant lastModifiedTime()
The last time the endpoint was modified.
public final boolean hasMonitoringSchedules()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<MonitoringSchedule> monitoringSchedules()
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMonitoringSchedules() method.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public Endpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Endpoint.Builder,Endpoint>public static Endpoint.Builder builder()
public static Class<? extends Endpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.