@Generated(value="software.amazon.awssdk:codegen") public final class ExternalModel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExternalModel.Builder,ExternalModel>
The Amazon SageMaker model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExternalModel.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The model ARN.
|
static ExternalModel.Builder |
builder() |
String |
createdTime()
Timestamp of when the model was last created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ModelInputConfiguration |
inputConfiguration()
The input configuration.
|
String |
invokeModelEndpointRoleArn()
The role used to invoke the model.
|
String |
lastUpdatedTime()
Timestamp of when the model was last updated.
|
String |
modelEndpoint()
The Amazon SageMaker model endpoints.
|
ModelEndpointStatus |
modelEndpointStatus()
The Amazon Fraud Detector status for the external model endpoint
|
String |
modelEndpointStatusAsString()
The Amazon Fraud Detector status for the external model endpoint
|
ModelSource |
modelSource()
The source of the model.
|
String |
modelSourceAsString()
The source of the model.
|
ModelOutputConfiguration |
outputConfiguration()
The output configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExternalModel.Builder> |
serializableBuilderClass() |
ExternalModel.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelEndpoint()
The Amazon SageMaker model endpoints.
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, modelSource will
return ModelSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelSourceAsString().
ModelSourcepublic final String modelSourceAsString()
The source of the model.
If the service returns an enum value that is not available in the current SDK version, modelSource will
return ModelSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelSourceAsString().
ModelSourcepublic final String invokeModelEndpointRoleArn()
The role used to invoke the model.
public final ModelInputConfiguration inputConfiguration()
The input configuration.
public final ModelOutputConfiguration outputConfiguration()
The output configuration.
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,
modelEndpointStatus will return ModelEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from modelEndpointStatusAsString().
ModelEndpointStatuspublic 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,
modelEndpointStatus will return ModelEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from modelEndpointStatusAsString().
ModelEndpointStatuspublic final String lastUpdatedTime()
Timestamp of when the model was last updated.
public final String createdTime()
Timestamp of when the model was last created.
public final String arn()
The model ARN.
public ExternalModel.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExternalModel.Builder,ExternalModel>public static ExternalModel.Builder builder()
public static Class<? extends ExternalModel.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.