@Generated(value="software.amazon.awssdk:codegen") public final class CreateExperimentRequest extends SageMakerRequest implements ToCopyableBuilder<CreateExperimentRequest.Builder,CreateExperimentRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateExperimentRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateExperimentRequest.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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateExperimentRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of tags to associate with the experiment.
|
CreateExperimentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String experimentName()
The name of the experiment. The name must be unique in your AWS account and is not case-sensitive.
public String displayName()
The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify
DisplayName
, the value in ExperimentName
is displayed.
DisplayName
, the value in ExperimentName
is displayed.public String description()
The description of the experiment.
public boolean hasTags()
public List<Tag> tags()
A list of tags to associate with the experiment. You can use Search API to search on the tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags()
to see if a value was sent in this field.
public CreateExperimentRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateExperimentRequest.Builder,CreateExperimentRequest>
toBuilder
in class SageMakerRequest
public static CreateExperimentRequest.Builder builder()
public static Class<? extends CreateExperimentRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.