@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLJobArtifacts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLJobArtifacts.Builder,AutoMLJobArtifacts>
Artifacts that are generation during a 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 to the notebook location.
|
String |
dataExplorationNotebookLocation()
The URL to 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 String candidateDefinitionNotebookLocation()
The URL to the notebook location.
public String dataExplorationNotebookLocation()
The URL to 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.