Class EndpointMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EndpointMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EndpointMetadata.Builder,EndpointMetadata>
@Generated("software.amazon.awssdk:codegen") public final class EndpointMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointMetadata.Builder,EndpointMetadata>
The metadata of the endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEndpointMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointMetadata.Builderbuilder()StringendpointConfigName()The name of the endpoint configuration.StringendpointName()The name of the endpoint.EndpointStatusendpointStatus()The status of the endpoint.StringendpointStatusAsString()The status of the endpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()If the status of the endpoint isFailed, or the status isInServicebut update operation fails, this provides the reason why it failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EndpointMetadata.Builder>serializableBuilderClass()EndpointMetadata.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 name of the endpoint.
- Returns:
- The name of the endpoint.
-
endpointConfigName
public final String endpointConfigName()
The name of the endpoint configuration.
- Returns:
- The name of the endpoint configuration.
-
endpointStatus
public final EndpointStatus endpointStatus()
The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
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 status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
- See Also:
EndpointStatus
-
endpointStatusAsString
public final String endpointStatusAsString()
The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
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 status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
- See Also:
EndpointStatus
-
failureReason
public final String failureReason()
If the status of the endpoint is
Failed, or the status isInServicebut update operation fails, this provides the reason why it failed.- Returns:
- If the status of the endpoint is
Failed, or the status isInServicebut update operation fails, this provides the reason why it failed.
-
toBuilder
public EndpointMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EndpointMetadata.Builder,EndpointMetadata>
-
builder
public static EndpointMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends EndpointMetadata.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-