Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
TrialComponentSource |
TrialComponent.source()
The Amazon Resource Name (ARN) and job type of the source of the component.
|
TrialComponentSource |
DescribeTrialComponentResponse.source()
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
TrialComponentSource |
TrialComponentSummary.trialComponentSource()
Returns the value of the TrialComponentSource property for this object.
|
TrialComponentSource |
TrialComponentSimpleSummary.trialComponentSource()
Returns the value of the TrialComponentSource property for this object.
|
Modifier and Type | Method and Description |
---|---|
List<TrialComponentSource> |
DescribeTrialComponentResponse.sources()
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
Modifier and Type | Method and Description |
---|---|
TrialComponent.Builder |
TrialComponent.Builder.source(TrialComponentSource source)
The Amazon Resource Name (ARN) and job type of the source of the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.source(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.sources(TrialComponentSource... sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
TrialComponentSummary.Builder |
TrialComponentSummary.Builder.trialComponentSource(TrialComponentSource trialComponentSource)
Sets the value of the TrialComponentSource property for this object.
|
TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.trialComponentSource(TrialComponentSource trialComponentSource)
Sets the value of the TrialComponentSource property for this object.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.sources(Collection<TrialComponentSource> sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
Copyright © 2023. All rights reserved.