@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLJobArtifacts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLJobArtifacts.Builder,AutoMLJobArtifacts>
The artifacts that are generated during an AutoML job.
Modifier and Type | Class and Description |
---|---|
static interface |
AutoMLJobArtifacts.Builder |
Modifier and Type | Method and Description |
---|---|
static AutoMLJobArtifacts.Builder |
builder() |
String |
candidateDefinitionNotebookLocation()
The URL of the notebook location.
|
String |
dataExplorationNotebookLocation()
The URL of the notebook location.
|
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 AutoMLJobArtifacts.Builder> |
serializableBuilderClass() |
AutoMLJobArtifacts.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String candidateDefinitionNotebookLocation()
The URL of the notebook location.
public final String dataExplorationNotebookLocation()
The URL of the notebook location.
public AutoMLJobArtifacts.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AutoMLJobArtifacts.Builder,AutoMLJobArtifacts>
public static AutoMLJobArtifacts.Builder builder()
public static Class<? extends AutoMLJobArtifacts.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.