@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDatasetRequest extends LookoutVisionRequest implements ToCopyableBuilder<DescribeDatasetRequest.Builder,DescribeDatasetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDatasetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDatasetRequest.Builder |
builder() |
String |
datasetType()
The type of the dataset to describe.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
projectName()
The name of the project that contains the dataset that you want to describe.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDatasetRequest.Builder> |
serializableBuilderClass() |
DescribeDatasetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectName()
The name of the project that contains the dataset that you want to describe.
public final String datasetType()
The type of the dataset to describe. Specify train to describe the training dataset. Specify
test to describe the test dataset. If you have a single dataset project, specify train
train to describe the training dataset. Specify
test to describe the test dataset. If you have a single dataset project, specify
trainpublic DescribeDatasetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDatasetRequest.Builder,DescribeDatasetRequest>toBuilder in class LookoutVisionRequestpublic static DescribeDatasetRequest.Builder builder()
public static Class<? extends DescribeDatasetRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.