Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
Map<String,TrialComponentArtifact> |
TrialComponent.inputArtifacts()
The input artifacts of the component.
|
Map<String,TrialComponentArtifact> |
CreateTrialComponentRequest.inputArtifacts()
The input artifacts for the component.
|
Map<String,TrialComponentArtifact> |
UpdateTrialComponentRequest.inputArtifacts()
Replaces all of the component's input artifacts with the specified artifacts.
|
Map<String,TrialComponentArtifact> |
DescribeTrialComponentResponse.inputArtifacts()
The input artifacts of the component.
|
Map<String,TrialComponentArtifact> |
TrialComponent.outputArtifacts()
The output artifacts of the component.
|
Map<String,TrialComponentArtifact> |
CreateTrialComponentRequest.outputArtifacts()
The output artifacts for the component.
|
Map<String,TrialComponentArtifact> |
UpdateTrialComponentRequest.outputArtifacts()
Replaces all of the component's output artifacts with the specified artifacts.
|
Map<String,TrialComponentArtifact> |
DescribeTrialComponentResponse.outputArtifacts()
The output artifacts of the component.
|
Modifier and Type | Method and Description |
---|---|
TrialComponent.Builder |
TrialComponent.Builder.inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
CreateTrialComponentRequest.Builder |
CreateTrialComponentRequest.Builder.inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts for the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
Replaces all of the component's input artifacts with the specified artifacts.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
CreateTrialComponentRequest.Builder |
CreateTrialComponentRequest.Builder.outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts for the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
Replaces all of the component's output artifacts with the specified artifacts.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
Copyright © 2020. All rights reserved.