@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()
Returns true if the MonitoringSchedules property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasProductionVariants()
Returns true if the ProductionVariants property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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, wait
copy
public 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()
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.
You can use hasProductionVariants()
to see if a value was sent in this field.
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()
.
EndpointStatus
public 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()
.
EndpointStatus
public 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()
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.
You can use hasMonitoringSchedules()
to see if a value was sent in this field.
public final boolean hasTags()
public final List<Tag> tags()
A list of the tags associated with the endpoint. For more information, see Tagging AWS resources in the AWS General Reference Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags()
to see if a value was sent in this field.
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 SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.