@Generated(value="software.amazon.awssdk:codegen") public final class UpdateExperimentRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateExperimentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateExperimentRequest.Builder |
builder() |
String |
description()
The description of the experiment.
|
String |
displayName()
The name of the experiment as displayed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
experimentName()
The name of the experiment to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateExperimentRequest.Builder> |
serializableBuilderClass() |
UpdateExperimentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String experimentName()
The name of the experiment to update.
public String displayName()
The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't
specified, ExperimentName is displayed.
DisplayName
isn't specified, ExperimentName is displayed.public String description()
The description of the experiment.
public UpdateExperimentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest>toBuilder in class SageMakerRequestpublic static UpdateExperimentRequest.Builder builder()
public static Class<? extends UpdateExperimentRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.