| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTrialComponentResult |
AbstractAmazonSageMaker.describeTrialComponent(DescribeTrialComponentRequest request) |
DescribeTrialComponentResult |
AmazonSageMakerClient.describeTrialComponent(DescribeTrialComponentRequest request)
Provides a list of a trials component's properties.
|
DescribeTrialComponentResult |
AmazonSageMaker.describeTrialComponent(DescribeTrialComponentRequest describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTrialComponentResult> |
AbstractAmazonSageMakerAsync.describeTrialComponentAsync(DescribeTrialComponentRequest request,
AsyncHandler<DescribeTrialComponentRequest,DescribeTrialComponentResult> asyncHandler) |
Future<DescribeTrialComponentResult> |
AmazonSageMakerAsyncClient.describeTrialComponentAsync(DescribeTrialComponentRequest request,
AsyncHandler<DescribeTrialComponentRequest,DescribeTrialComponentResult> asyncHandler) |
Future<DescribeTrialComponentResult> |
AmazonSageMakerAsync.describeTrialComponentAsync(DescribeTrialComponentRequest describeTrialComponentRequest,
AsyncHandler<DescribeTrialComponentRequest,DescribeTrialComponentResult> asyncHandler)
Provides a list of a trials component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrialComponentResult |
DescribeTrialComponentResult.addInputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single InputArtifacts entry
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.addOutputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single OutputArtifacts entry
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.addParametersEntry(String key,
TrialComponentParameterValue value)
Add a single Parameters entry
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.clearInputArtifactsEntries()
Removes all the entries added into InputArtifacts.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.clearOutputArtifactsEntries()
Removes all the entries added into OutputArtifacts.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.clearParametersEntries()
Removes all the entries added into Parameters.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.clone() |
DescribeTrialComponentResult |
DescribeTrialComponentResult.withCreatedBy(UserContext createdBy)
Who created the trial component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withCreationTime(Date creationTime)
When the component was created.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withDisplayName(String displayName)
The name of the component as displayed.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withEndTime(Date endTime)
When the component ended.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withLastModifiedTime(Date lastModifiedTime)
When the component was last modified.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withMetadataProperties(MetadataProperties metadataProperties) |
DescribeTrialComponentResult |
DescribeTrialComponentResult.withMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withMetrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withSources(Collection<TrialComponentSource> sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withSources(TrialComponentSource... sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withStartTime(Date startTime)
When the component started.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withStatus(TrialComponentStatus status)
The status of the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withTrialComponentName(String trialComponentName)
The name of the trial component.
|
Copyright © 2024. All rights reserved.