Class ModelDashboardEndpoint
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ModelDashboardEndpoint
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ModelDashboardEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ModelDashboardEndpoint.Builder>
serializableBuilderClass()
ModelDashboardEndpoint.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpointName
public final String endpointName()
The endpoint name.
- Returns:
- The endpoint name.
-
endpointArn
public final String endpointArn()
The Amazon Resource Name (ARN) of the endpoint.
- Returns:
- The Amazon Resource Name (ARN) of the endpoint.
-
creationTime
public final Instant creationTime()
A timestamp that indicates when the endpoint was created.
- Returns:
- A timestamp that indicates when the endpoint was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The last time the endpoint was modified.
- Returns:
- The last time the endpoint was modified.
-
endpointStatus
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 returnEndpointStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromendpointStatusAsString()
.- Returns:
- The endpoint status.
- See Also:
EndpointStatus
-
endpointStatusAsString
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 returnEndpointStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromendpointStatusAsString()
.- Returns:
- The endpoint status.
- See Also:
EndpointStatus
-
toBuilder
public ModelDashboardEndpoint.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
-
builder
public static ModelDashboardEndpoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelDashboardEndpoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-