| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static TaggableResourceType |
TaggableResourceType.fromValue(String value)
Use this in place of valueOf.
|
static TaggableResourceType |
TaggableResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaggableResourceType[] |
TaggableResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTagsResult.setResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
|
void |
DescribeTagsRequest.setResourceType(TaggableResourceType resourceType)
The type of the ML object.
|
void |
DeleteTagsResult.setResourceType(TaggableResourceType resourceType)
The type of the ML object from which tags were deleted.
|
void |
DeleteTagsRequest.setResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
|
void |
AddTagsResult.setResourceType(TaggableResourceType resourceType)
The type of the ML object that was tagged.
|
void |
AddTagsRequest.setResourceType(TaggableResourceType resourceType)
The type of the ML object to tag.
|
DescribeTagsResult |
DescribeTagsResult.withResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
|
DescribeTagsRequest |
DescribeTagsRequest.withResourceType(TaggableResourceType resourceType)
The type of the ML object.
|
DeleteTagsResult |
DeleteTagsResult.withResourceType(TaggableResourceType resourceType)
The type of the ML object from which tags were deleted.
|
DeleteTagsRequest |
DeleteTagsRequest.withResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
|
AddTagsResult |
AddTagsResult.withResourceType(TaggableResourceType resourceType)
The type of the ML object that was tagged.
|
AddTagsRequest |
AddTagsRequest.withResourceType(TaggableResourceType resourceType)
The type of the ML object to tag.
|
Copyright © 2023. All rights reserved.