| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentArtifact |
TrialComponentArtifact.clone() |
TrialComponentArtifact |
TrialComponentArtifact.withMediaType(String mediaType)
The media type of the artifact, which indicates the type of data in the artifact file.
|
TrialComponentArtifact |
TrialComponentArtifact.withValue(String value)
The location of the artifact.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TrialComponentArtifact> |
TrialComponent.getInputArtifacts()
The input artifacts of the component.
|
Map<String,TrialComponentArtifact> |
CreateTrialComponentRequest.getInputArtifacts()
The input artifacts for the component.
|
Map<String,TrialComponentArtifact> |
DescribeTrialComponentResult.getInputArtifacts()
The input artifacts of the component.
|
Map<String,TrialComponentArtifact> |
UpdateTrialComponentRequest.getInputArtifacts()
Replaces all of the component's input artifacts with the specified artifacts.
|
Map<String,TrialComponentArtifact> |
TrialComponent.getOutputArtifacts()
The output artifacts of the component.
|
Map<String,TrialComponentArtifact> |
CreateTrialComponentRequest.getOutputArtifacts()
The output artifacts for the component.
|
Map<String,TrialComponentArtifact> |
DescribeTrialComponentResult.getOutputArtifacts()
The output artifacts of the component.
|
Map<String,TrialComponentArtifact> |
UpdateTrialComponentRequest.getOutputArtifacts()
Replaces all of the component's output artifacts with the specified artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponent.setInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
void |
CreateTrialComponentRequest.setInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts for the component.
|
void |
DescribeTrialComponentResult.setInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
void |
UpdateTrialComponentRequest.setInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
Replaces all of the component's input artifacts with the specified artifacts.
|
void |
TrialComponent.setOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
void |
CreateTrialComponentRequest.setOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts for the component.
|
void |
DescribeTrialComponentResult.setOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
void |
UpdateTrialComponentRequest.setOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
Replaces all of the component's output artifacts with the specified artifacts.
|
TrialComponent |
TrialComponent.withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts for the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
Replaces all of the component's input artifacts with the specified artifacts.
|
TrialComponent |
TrialComponent.withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts for the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
Replaces all of the component's output artifacts with the specified artifacts.
|
Copyright © 2020. All rights reserved.