| 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> |
CreateEndpointRequest.getTags()
An array of key-value pairs.
|
List<Tag> |
AddTagsResult.getTags()
A list of tags associated with the Amazon SageMaker resource.
|
List<Tag> |
ListTagsResult.getTags()
An array of
Tag objects, each with a tag key and a value. |
List<Tag> |
CreateTrainingJobRequest.getTags()
An array of key-value pairs.
|
List<Tag> |
CreateEndpointConfigRequest.getTags()
An array of key-value pairs.
|
List<Tag> |
CreateNotebookInstanceRequest.getTags()
A list of tags to associate with the notebook instance.
|
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 |
|---|---|
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.
|
ListTagsResult |
ListTagsResult.withTags(Tag... tags)
An array of
Tag objects, each with a tag key and a value. |
CreateTrainingJobRequest |
CreateTrainingJobRequest.withTags(Tag... tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withTags(Tag... tags)
An array of key-value pairs.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withTags(Tag... tags)
A list of tags to associate with the notebook instance.
|
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 |
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 |
ListTagsResult.setTags(Collection<Tag> tags)
An array of
Tag objects, each with a tag key and a value. |
void |
CreateTrainingJobRequest.setTags(Collection<Tag> tags)
An array of key-value pairs.
|
void |
CreateEndpointConfigRequest.setTags(Collection<Tag> tags)
An array of key-value pairs.
|
void |
CreateNotebookInstanceRequest.setTags(Collection<Tag> tags)
A list of tags to associate with the notebook instance.
|
void |
AddTagsRequest.setTags(Collection<Tag> tags)
An array of
Tag objects. |
void |
CreateModelRequest.setTags(Collection<Tag> tags)
An array of key-value pairs.
|
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.
|
ListTagsResult |
ListTagsResult.withTags(Collection<Tag> tags)
An array of
Tag objects, each with a tag key and a value. |
CreateTrainingJobRequest |
CreateTrainingJobRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withTags(Collection<Tag> tags)
A list of tags to associate with the notebook instance.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
An array of
Tag objects. |
CreateModelRequest |
CreateModelRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
Copyright © 2018. All rights reserved.