@Generated(value="software.amazon.awssdk:codegen") public final class StartMlModelTrainingJobResponse extends NeptunedataResponse implements ToCopyableBuilder<StartMlModelTrainingJobResponse.Builder,StartMlModelTrainingJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMlModelTrainingJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the new model training job.
|
static StartMlModelTrainingJobResponse.Builder |
builder() |
Long |
creationTimeInMillis()
The model training job creation time, in milliseconds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the new model training job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartMlModelTrainingJobResponse.Builder> |
serializableBuilderClass() |
StartMlModelTrainingJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique ID of the new model training job.
public final String arn()
The ARN of the new model training job.
public final Long creationTimeInMillis()
The model training job creation time, in milliseconds.
public StartMlModelTrainingJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMlModelTrainingJobResponse.Builder,StartMlModelTrainingJobResponse>toBuilder in class AwsResponsepublic static StartMlModelTrainingJobResponse.Builder builder()
public static Class<? extends StartMlModelTrainingJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.