@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrialComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTrialComponentResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrialComponentResult |
addInputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single InputArtifacts entry
|
DescribeTrialComponentResult |
addOutputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single OutputArtifacts entry
|
DescribeTrialComponentResult |
addParametersEntry(String key,
TrialComponentParameterValue value)
Add a single Parameters entry
|
DescribeTrialComponentResult |
clearInputArtifactsEntries()
Removes all the entries added into InputArtifacts.
|
DescribeTrialComponentResult |
clearOutputArtifactsEntries()
Removes all the entries added into OutputArtifacts.
|
DescribeTrialComponentResult |
clearParametersEntries()
Removes all the entries added into Parameters.
|
DescribeTrialComponentResult |
clone() |
boolean |
equals(Object obj) |
UserContext |
getCreatedBy()
Who created the trial component.
|
Date |
getCreationTime()
When the component was created.
|
String |
getDisplayName()
The name of the component as displayed.
|
Date |
getEndTime()
When the component ended.
|
Map<String,TrialComponentArtifact> |
getInputArtifacts()
The input artifacts of the component.
|
UserContext |
getLastModifiedBy()
Who last modified the component.
|
Date |
getLastModifiedTime()
When the component was last modified.
|
String |
getLineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
|
MetadataProperties |
getMetadataProperties() |
List<TrialComponentMetricSummary> |
getMetrics()
The metrics for the component.
|
Map<String,TrialComponentArtifact> |
getOutputArtifacts()
The output artifacts of the component.
|
Map<String,TrialComponentParameterValue> |
getParameters()
The hyperparameters of the component.
|
TrialComponentSource |
getSource()
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
List<TrialComponentSource> |
getSources()
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
Date |
getStartTime()
When the component started.
|
TrialComponentStatus |
getStatus()
The status of the component.
|
String |
getTrialComponentArn()
The Amazon Resource Name (ARN) of the trial component.
|
String |
getTrialComponentName()
The name of the trial component.
|
int |
hashCode() |
void |
setCreatedBy(UserContext createdBy)
Who created the trial component.
|
void |
setCreationTime(Date creationTime)
When the component was created.
|
void |
setDisplayName(String displayName)
The name of the component as displayed.
|
void |
setEndTime(Date endTime)
When the component ended.
|
void |
setInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
void |
setLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
void |
setLastModifiedTime(Date lastModifiedTime)
When the component was last modified.
|
void |
setLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
void |
setMetadataProperties(MetadataProperties metadataProperties) |
void |
setMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
void |
setOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
void |
setParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
void |
setSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
void |
setSources(Collection<TrialComponentSource> sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
void |
setStartTime(Date startTime)
When the component started.
|
void |
setStatus(TrialComponentStatus status)
The status of the component.
|
void |
setTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
void |
setTrialComponentName(String trialComponentName)
The name of the trial component.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTrialComponentResult |
withCreatedBy(UserContext createdBy)
Who created the trial component.
|
DescribeTrialComponentResult |
withCreationTime(Date creationTime)
When the component was created.
|
DescribeTrialComponentResult |
withDisplayName(String displayName)
The name of the component as displayed.
|
DescribeTrialComponentResult |
withEndTime(Date endTime)
When the component ended.
|
DescribeTrialComponentResult |
withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
DescribeTrialComponentResult |
withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
DescribeTrialComponentResult |
withLastModifiedTime(Date lastModifiedTime)
When the component was last modified.
|
DescribeTrialComponentResult |
withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
DescribeTrialComponentResult |
withMetadataProperties(MetadataProperties metadataProperties) |
DescribeTrialComponentResult |
withMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
DescribeTrialComponentResult |
withMetrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
DescribeTrialComponentResult |
withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
DescribeTrialComponentResult |
withParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
DescribeTrialComponentResult |
withSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialComponentResult |
withSources(Collection<TrialComponentSource> sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
DescribeTrialComponentResult |
withSources(TrialComponentSource... sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
DescribeTrialComponentResult |
withStartTime(Date startTime)
When the component started.
|
DescribeTrialComponentResult |
withStatus(TrialComponentStatus status)
The status of the component.
|
DescribeTrialComponentResult |
withTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
DescribeTrialComponentResult |
withTrialComponentName(String trialComponentName)
The name of the trial component.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrialComponentName(String trialComponentName)
The name of the trial component.
trialComponentName
- The name of the trial component.public String getTrialComponentName()
The name of the trial component.
public DescribeTrialComponentResult withTrialComponentName(String trialComponentName)
The name of the trial component.
trialComponentName
- The name of the trial component.public void setTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
trialComponentArn
- The Amazon Resource Name (ARN) of the trial component.public String getTrialComponentArn()
The Amazon Resource Name (ARN) of the trial component.
public DescribeTrialComponentResult withTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
trialComponentArn
- The Amazon Resource Name (ARN) of the trial component.public void setDisplayName(String displayName)
The name of the component as displayed. If DisplayName
isn't specified,
TrialComponentName
is displayed.
displayName
- The name of the component as displayed. If DisplayName
isn't specified,
TrialComponentName
is displayed.public String getDisplayName()
The name of the component as displayed. If DisplayName
isn't specified,
TrialComponentName
is displayed.
DisplayName
isn't specified,
TrialComponentName
is displayed.public DescribeTrialComponentResult withDisplayName(String displayName)
The name of the component as displayed. If DisplayName
isn't specified,
TrialComponentName
is displayed.
displayName
- The name of the component as displayed. If DisplayName
isn't specified,
TrialComponentName
is displayed.public void setSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
source
- The Amazon Resource Name (ARN) of the source and, optionally, the job type.public TrialComponentSource getSource()
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
public DescribeTrialComponentResult withSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
source
- The Amazon Resource Name (ARN) of the source and, optionally, the job type.public void setStatus(TrialComponentStatus status)
The status of the component. States include:
InProgress
Completed
Failed
status
- The status of the component. States include:
InProgress
Completed
Failed
public TrialComponentStatus getStatus()
The status of the component. States include:
InProgress
Completed
Failed
InProgress
Completed
Failed
public DescribeTrialComponentResult withStatus(TrialComponentStatus status)
The status of the component. States include:
InProgress
Completed
Failed
status
- The status of the component. States include:
InProgress
Completed
Failed
public void setStartTime(Date startTime)
When the component started.
startTime
- When the component started.public Date getStartTime()
When the component started.
public DescribeTrialComponentResult withStartTime(Date startTime)
When the component started.
startTime
- When the component started.public void setEndTime(Date endTime)
When the component ended.
endTime
- When the component ended.public Date getEndTime()
When the component ended.
public DescribeTrialComponentResult withEndTime(Date endTime)
When the component ended.
endTime
- When the component ended.public void setCreationTime(Date creationTime)
When the component was created.
creationTime
- When the component was created.public Date getCreationTime()
When the component was created.
public DescribeTrialComponentResult withCreationTime(Date creationTime)
When the component was created.
creationTime
- When the component was created.public void setCreatedBy(UserContext createdBy)
Who created the trial component.
createdBy
- Who created the trial component.public UserContext getCreatedBy()
Who created the trial component.
public DescribeTrialComponentResult withCreatedBy(UserContext createdBy)
Who created the trial component.
createdBy
- Who created the trial component.public void setLastModifiedTime(Date lastModifiedTime)
When the component was last modified.
lastModifiedTime
- When the component was last modified.public Date getLastModifiedTime()
When the component was last modified.
public DescribeTrialComponentResult withLastModifiedTime(Date lastModifiedTime)
When the component was last modified.
lastModifiedTime
- When the component was last modified.public void setLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
lastModifiedBy
- Who last modified the component.public UserContext getLastModifiedBy()
Who last modified the component.
public DescribeTrialComponentResult withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
lastModifiedBy
- Who last modified the component.public Map<String,TrialComponentParameterValue> getParameters()
The hyperparameters of the component.
public void setParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
parameters
- The hyperparameters of the component.public DescribeTrialComponentResult withParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
parameters
- The hyperparameters of the component.public DescribeTrialComponentResult addParametersEntry(String key, TrialComponentParameterValue value)
public DescribeTrialComponentResult clearParametersEntries()
public Map<String,TrialComponentArtifact> getInputArtifacts()
The input artifacts of the component.
public void setInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
inputArtifacts
- The input artifacts of the component.public DescribeTrialComponentResult withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
inputArtifacts
- The input artifacts of the component.public DescribeTrialComponentResult addInputArtifactsEntry(String key, TrialComponentArtifact value)
public DescribeTrialComponentResult clearInputArtifactsEntries()
public Map<String,TrialComponentArtifact> getOutputArtifacts()
The output artifacts of the component.
public void setOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
outputArtifacts
- The output artifacts of the component.public DescribeTrialComponentResult withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
outputArtifacts
- The output artifacts of the component.public DescribeTrialComponentResult addOutputArtifactsEntry(String key, TrialComponentArtifact value)
public DescribeTrialComponentResult clearOutputArtifactsEntries()
public void setMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public MetadataProperties getMetadataProperties()
public DescribeTrialComponentResult withMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public List<TrialComponentMetricSummary> getMetrics()
The metrics for the component.
public void setMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
metrics
- The metrics for the component.public DescribeTrialComponentResult withMetrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
NOTE: This method appends the values to the existing list (if any). Use
setMetrics(java.util.Collection)
or withMetrics(java.util.Collection)
if you want to override
the existing values.
metrics
- The metrics for the component.public DescribeTrialComponentResult withMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
metrics
- The metrics for the component.public void setLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn
- The Amazon Resource Name (ARN) of the lineage group.public String getLineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
public DescribeTrialComponentResult withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn
- The Amazon Resource Name (ARN) of the lineage group.public List<TrialComponentSource> getSources()
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
public void setSources(Collection<TrialComponentSource> sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
sources
- A list of ARNs and, if applicable, job types for multiple sources of an experiment run.public DescribeTrialComponentResult withSources(TrialComponentSource... sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- A list of ARNs and, if applicable, job types for multiple sources of an experiment run.public DescribeTrialComponentResult withSources(Collection<TrialComponentSource> sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
sources
- A list of ARNs and, if applicable, job types for multiple sources of an experiment run.public String toString()
toString
in class Object
Object.toString()
public DescribeTrialComponentResult clone()