@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLJobArtifacts extends Object implements Serializable, Cloneable, StructuredPojo
The artifacts that are generated during an AutoML job.
| Constructor and Description |
|---|
AutoMLJobArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobArtifacts |
clone() |
boolean |
equals(Object obj) |
String |
getCandidateDefinitionNotebookLocation()
The URL of the notebook location.
|
String |
getDataExplorationNotebookLocation()
The URL of the notebook location.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCandidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation)
The URL of the notebook location.
|
void |
setDataExplorationNotebookLocation(String dataExplorationNotebookLocation)
The URL of the notebook location.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLJobArtifacts |
withCandidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation)
The URL of the notebook location.
|
AutoMLJobArtifacts |
withDataExplorationNotebookLocation(String dataExplorationNotebookLocation)
The URL of the notebook location.
|
public void setCandidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation)
The URL of the notebook location.
candidateDefinitionNotebookLocation - The URL of the notebook location.public String getCandidateDefinitionNotebookLocation()
The URL of the notebook location.
public AutoMLJobArtifacts withCandidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation)
The URL of the notebook location.
candidateDefinitionNotebookLocation - The URL of the notebook location.public void setDataExplorationNotebookLocation(String dataExplorationNotebookLocation)
The URL of the notebook location.
dataExplorationNotebookLocation - The URL of the notebook location.public String getDataExplorationNotebookLocation()
The URL of the notebook location.
public AutoMLJobArtifacts withDataExplorationNotebookLocation(String dataExplorationNotebookLocation)
The URL of the notebook location.
dataExplorationNotebookLocation - The URL of the notebook location.public String toString()
toString in class ObjectObject.toString()public AutoMLJobArtifacts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.