@Generated(value="software.amazon.awssdk:codegen") public final class ModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelSummary.Builder,ModelSummary>
Provides information about the specified ML model, including dataset and model names and ARNs, as well as status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelSummary.Builder |
builder() |
Instant |
createdAt()
The time at which the specific model was created.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset used to create the model.
|
String |
datasetName()
The name of the dataset being used for the ML model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelArn()
The Amazon Resource Name (ARN) of the ML model.
|
String |
modelName()
The name of the ML model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelSummary.Builder> |
serializableBuilderClass() |
ModelStatus |
status()
Indicates the status of the ML model.
|
String |
statusAsString()
Indicates the status of the ML model.
|
ModelSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the ML model.
public final String modelArn()
The Amazon Resource Name (ARN) of the ML model.
public final String datasetName()
The name of the dataset being used for the ML model.
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset used to create the model.
public final ModelStatus status()
Indicates the status of the ML model.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String statusAsString()
Indicates the status of the ML model.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final Instant createdAt()
The time at which the specific model was created.
public ModelSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelSummary.Builder,ModelSummary>public static ModelSummary.Builder builder()
public static Class<? extends ModelSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.