@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public AutoMLJobArtifacts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.