Class ExternalModel
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.ExternalModel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExternalModel.Builder,ExternalModel>
@Generated("software.amazon.awssdk:codegen") public final class ExternalModel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExternalModel.Builder,ExternalModel>
The Amazon SageMaker model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExternalModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The model ARN.static ExternalModel.Builderbuilder()StringcreatedTime()Timestamp of when the model was last created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ModelInputConfigurationinputConfiguration()The input configuration.StringinvokeModelEndpointRoleArn()The role used to invoke the model.StringlastUpdatedTime()Timestamp of when the model was last updated.StringmodelEndpoint()The Amazon SageMaker model endpoints.ModelEndpointStatusmodelEndpointStatus()The Amazon Fraud Detector status for the external model endpointStringmodelEndpointStatusAsString()The Amazon Fraud Detector status for the external model endpointModelSourcemodelSource()The source of the model.StringmodelSourceAsString()The source of the model.ModelOutputConfigurationoutputConfiguration()The output configuration.List<SdkField<?>>sdkFields()static Class<? extends ExternalModel.Builder>serializableBuilderClass()ExternalModel.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 Amazon SageMaker model endpoints.
- Returns:
- The Amazon SageMaker model endpoints.
-
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
-
invokeModelEndpointRoleArn
public final String invokeModelEndpointRoleArn()
The role used to invoke the model.
- Returns:
- The role used to invoke the model.
-
inputConfiguration
public final ModelInputConfiguration inputConfiguration()
The input configuration.
- Returns:
- The input configuration.
-
outputConfiguration
public final ModelOutputConfiguration outputConfiguration()
The output configuration.
- Returns:
- The output configuration.
-
modelEndpointStatus
public final ModelEndpointStatus modelEndpointStatus()
The Amazon Fraud Detector status for the external model endpoint
If the service returns an enum value that is not available in the current SDK version,
modelEndpointStatuswill returnModelEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelEndpointStatusAsString().- Returns:
- The Amazon Fraud Detector status for the external model endpoint
- See Also:
ModelEndpointStatus
-
modelEndpointStatusAsString
public final String modelEndpointStatusAsString()
The Amazon Fraud Detector status for the external model endpoint
If the service returns an enum value that is not available in the current SDK version,
modelEndpointStatuswill returnModelEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelEndpointStatusAsString().- Returns:
- The Amazon Fraud Detector status for the external model endpoint
- See Also:
ModelEndpointStatus
-
lastUpdatedTime
public final String lastUpdatedTime()
Timestamp of when the model was last updated.
- Returns:
- Timestamp of when the model was last updated.
-
createdTime
public final String createdTime()
Timestamp of when the model was last created.
- Returns:
- Timestamp of when the model was last created.
-
arn
public final String arn()
The model ARN.
- Returns:
- The model ARN.
-
toBuilder
public ExternalModel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExternalModel.Builder,ExternalModel>
-
builder
public static ExternalModel.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExternalModel.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.
-
-