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 interfaceModelDashboardEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelDashboardEndpoint.Builderbuilder()InstantcreationTime()A timestamp that indicates when the endpoint was created.StringendpointArn()The Amazon Resource Name (ARN) of the endpoint.StringendpointName()The endpoint name.EndpointStatusendpointStatus()The endpoint status.StringendpointStatusAsString()The endpoint status.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()The last time the endpoint was modified.List<SdkField<?>>sdkFields()static Class<? extends ModelDashboardEndpoint.Builder>serializableBuilderClass()ModelDashboardEndpoint.BuildertoBuilder()StringtoString()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,
endpointStatuswill 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,
endpointStatuswill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-