@Generated(value="software.amazon.awssdk:codegen") public final class ModelDashboardEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.
Modifier and Type | Class and Description |
---|---|
static interface |
ModelDashboardEndpoint.Builder |
Modifier and Type | Method and Description |
---|---|
static ModelDashboardEndpoint.Builder |
builder() |
Instant |
creationTime()
A timestamp that indicates when the endpoint was created.
|
String |
endpointArn()
The Amazon Resource Name (ARN) of the endpoint.
|
String |
endpointName()
The endpoint name.
|
EndpointStatus |
endpointStatus()
The endpoint status.
|
String |
endpointStatusAsString()
The endpoint status.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The last time the endpoint was modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelDashboardEndpoint.Builder> |
serializableBuilderClass() |
ModelDashboardEndpoint.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 endpoint name.
public final String endpointArn()
The Amazon Resource Name (ARN) of the endpoint.
public final Instant creationTime()
A timestamp that indicates when the endpoint was created.
public final Instant lastModifiedTime()
The last time the endpoint was modified.
public final EndpointStatus endpointStatus()
The endpoint status.
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 endpoint status.
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 ModelDashboardEndpoint.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
public static ModelDashboardEndpoint.Builder builder()
public static Class<? extends ModelDashboardEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.