@Generated(value="software.amazon.awssdk:codegen") public final class CandidateProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CandidateProperties.Builder,CandidateProperties>
The properties of an AutoML candidate job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CandidateProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CandidateProperties.Builder |
builder() |
CandidateArtifactLocations |
candidateArtifactLocations()
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
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 CandidateProperties.Builder> |
serializableBuilderClass() |
CandidateProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CandidateArtifactLocations candidateArtifactLocations()
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
public CandidateProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CandidateProperties.Builder,CandidateProperties>public static CandidateProperties.Builder builder()
public static Class<? extends CandidateProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.