Class ExternalModelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.ExternalModelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExternalModelSummary.Builder,ExternalModelSummary>
@Generated("software.amazon.awssdk:codegen") public final class ExternalModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExternalModelSummary.Builder,ExternalModelSummary>
The Amazon SageMaker model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExternalModelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExternalModelSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelEndpoint()The endpoint of the Amazon SageMaker model.ModelSourcemodelSource()The source of the model.StringmodelSourceAsString()The source of the model.List<SdkField<?>>sdkFields()static Class<? extends ExternalModelSummary.Builder>serializableBuilderClass()ExternalModelSummary.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
-
modelEndpoint
public final String modelEndpoint()
The endpoint of the Amazon SageMaker model.
- Returns:
- The endpoint of the Amazon SageMaker model.
-
modelSource
public final ModelSource modelSource()
The source of the model.
If the service returns an enum value that is not available in the current SDK version,
modelSourcewill returnModelSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelSourceAsString().- Returns:
- The source of the model.
- See Also:
ModelSource
-
modelSourceAsString
public final String modelSourceAsString()
The source of the model.
If the service returns an enum value that is not available in the current SDK version,
modelSourcewill returnModelSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelSourceAsString().- Returns:
- The source of the model.
- See Also:
ModelSource
-
toBuilder
public ExternalModelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExternalModelSummary.Builder,ExternalModelSummary>
-
builder
public static ExternalModelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExternalModelSummary.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.
-
-