| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key.
|
Tag |
Tag.withValue(String value)
The tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateTransformJobRequest.getTags()
(Optional) An array of key-value pairs.
|
List<Tag> |
CreateWorkteamRequest.getTags()
|
List<Tag> |
CreateEndpointRequest.getTags()
An array of key-value pairs.
|
List<Tag> |
AddTagsResult.getTags()
A list of tags associated with the Amazon SageMaker resource.
|
List<Tag> |
TrainingJob.getTags()
An array of key-value pairs.
|
List<Tag> |
CreateHyperParameterTuningJobRequest.getTags()
An array of key-value pairs.
|
List<Tag> |
ListTagsResult.getTags()
An array of
Tag objects, each with a tag key and a value. |
List<Tag> |
DescribeLabelingJobResult.getTags()
An array of key/value pairs.
|
List<Tag> |
CreateTrainingJobRequest.getTags()
An array of key-value pairs.
|
List<Tag> |
CreateEndpointConfigRequest.getTags()
A list of key-value pairs.
|
List<Tag> |
CreateNotebookInstanceRequest.getTags()
A list of tags to associate with the notebook instance.
|
List<Tag> |
CreateLabelingJobRequest.getTags()
An array of key/value pairs.
|
List<Tag> |
AddTagsRequest.getTags()
An array of
Tag objects. |
List<Tag> |
CreateModelRequest.getTags()
An array of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTransformJobRequest |
CreateTransformJobRequest.withTags(Tag... tags)
(Optional) An array of key-value pairs.
|
CreateWorkteamRequest |
CreateWorkteamRequest.withTags(Tag... tags)
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(Tag... tags)
An array of key-value pairs.
|
AddTagsResult |
AddTagsResult.withTags(Tag... tags)
A list of tags associated with the Amazon SageMaker resource.
|
TrainingJob |
TrainingJob.withTags(Tag... tags)
An array of key-value pairs.
|
CreateHyperParameterTuningJobRequest |
CreateHyperParameterTuningJobRequest.withTags(Tag... tags)
An array of key-value pairs.
|
ListTagsResult |
ListTagsResult.withTags(Tag... tags)
An array of
Tag objects, each with a tag key and a value. |
DescribeLabelingJobResult |
DescribeLabelingJobResult.withTags(Tag... tags)
An array of key/value pairs.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withTags(Tag... tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withTags(Tag... tags)
A list of key-value pairs.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withTags(Tag... tags)
A list of tags to associate with the notebook instance.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withTags(Tag... tags)
An array of key/value pairs.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
An array of
Tag objects. |
CreateModelRequest |
CreateModelRequest.withTags(Tag... tags)
An array of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTransformJobRequest.setTags(Collection<Tag> tags)
(Optional) An array of key-value pairs.
|
void |
CreateWorkteamRequest.setTags(Collection<Tag> tags)
|
void |
CreateEndpointRequest.setTags(Collection<Tag> tags)
An array of key-value pairs.
|
void |
AddTagsResult.setTags(Collection<Tag> tags)
A list of tags associated with the Amazon SageMaker resource.
|
void |
TrainingJob.setTags(Collection<Tag> tags)
An array of key-value pairs.
|
void |
CreateHyperParameterTuningJobRequest.setTags(Collection<Tag> tags)
An array of key-value pairs.
|
void |
ListTagsResult.setTags(Collection<Tag> tags)
An array of
Tag objects, each with a tag key and a value. |
void |
DescribeLabelingJobResult.setTags(Collection<Tag> tags)
An array of key/value pairs.
|
void |
CreateTrainingJobRequest.setTags(Collection<Tag> tags)
An array of key-value pairs.
|
void |
CreateEndpointConfigRequest.setTags(Collection<Tag> tags)
A list of key-value pairs.
|
void |
CreateNotebookInstanceRequest.setTags(Collection<Tag> tags)
A list of tags to associate with the notebook instance.
|
void |
CreateLabelingJobRequest.setTags(Collection<Tag> tags)
An array of key/value pairs.
|
void |
AddTagsRequest.setTags(Collection<Tag> tags)
An array of
Tag objects. |
void |
CreateModelRequest.setTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateTransformJobRequest |
CreateTransformJobRequest.withTags(Collection<Tag> tags)
(Optional) An array of key-value pairs.
|
CreateWorkteamRequest |
CreateWorkteamRequest.withTags(Collection<Tag> tags)
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
AddTagsResult |
AddTagsResult.withTags(Collection<Tag> tags)
A list of tags associated with the Amazon SageMaker resource.
|
TrainingJob |
TrainingJob.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateHyperParameterTuningJobRequest |
CreateHyperParameterTuningJobRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
ListTagsResult |
ListTagsResult.withTags(Collection<Tag> tags)
An array of
Tag objects, each with a tag key and a value. |
DescribeLabelingJobResult |
DescribeLabelingJobResult.withTags(Collection<Tag> tags)
An array of key/value pairs.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withTags(Collection<Tag> tags)
A list of key-value pairs.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withTags(Collection<Tag> tags)
A list of tags to associate with the notebook instance.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withTags(Collection<Tag> tags)
An array of key/value pairs.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
An array of
Tag objects. |
CreateModelRequest |
CreateModelRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
Copyright © 2019. All rights reserved.