@Generated(value="software.amazon.awssdk:codegen") public final class DescribeExperimentResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeExperimentResponse.Builder,DescribeExperimentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeExperimentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeExperimentResponse.Builder |
builder() |
UserContext |
createdBy()
Who created the experiment.
|
Instant |
creationTime()
When the experiment was created.
|
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 |
experimentArn()
The Amazon Resource Name (ARN) of the experiment.
|
String |
experimentName()
The name of the experiment.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UserContext |
lastModifiedBy()
Who last modified the experiment.
|
Instant |
lastModifiedTime()
When the experiment was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeExperimentResponse.Builder> |
serializableBuilderClass() |
ExperimentSource |
source()
The ARN of the source and, optionally, the type.
|
DescribeExperimentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String experimentName()
The name of the experiment.
public String experimentArn()
The Amazon Resource Name (ARN) of the experiment.
public String displayName()
The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName
is displayed.
DisplayName isn't specified,
ExperimentName is displayed.public ExperimentSource source()
The ARN of the source and, optionally, the type.
public String description()
The description of the experiment.
public Instant creationTime()
When the experiment was created.
public UserContext createdBy()
Who created the experiment.
public Instant lastModifiedTime()
When the experiment was last modified.
public UserContext lastModifiedBy()
Who last modified the experiment.
public DescribeExperimentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeExperimentResponse.Builder,DescribeExperimentResponse>toBuilder in class AwsResponsepublic static DescribeExperimentResponse.Builder builder()
public static Class<? extends DescribeExperimentResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.