@Generated(value="software.amazon.awssdk:codegen") public final class CreateDataSourceFromS3Response extends MachineLearningResponse implements ToCopyableBuilder<CreateDataSourceFromS3Response.Builder,CreateDataSourceFromS3Response>
Represents the output of a CreateDataSourceFromS3 operation, and is an acknowledgement that Amazon ML
received the request.
The CreateDataSourceFromS3 operation is asynchronous. You can poll for updates by using the
GetBatchPrediction operation and checking the Status parameter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDataSourceFromS3Response.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateDataSourceFromS3Response.Builder |
builder() |
String |
dataSourceId()
A user-supplied ID that uniquely identifies the
DataSource. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDataSourceFromS3Response.Builder> |
serializableBuilderClass() |
CreateDataSourceFromS3Response.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dataSourceId()
A user-supplied ID that uniquely identifies the DataSource. This value should be identical to the
value of the DataSourceID in the request.
DataSource. This value should be identical
to the value of the DataSourceID in the request.public CreateDataSourceFromS3Response.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDataSourceFromS3Response.Builder,CreateDataSourceFromS3Response>toBuilder in class AwsResponsepublic static CreateDataSourceFromS3Response.Builder builder()
public static Class<? extends CreateDataSourceFromS3Response.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.