| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
VisibilityConditions |
VisibilityConditions.clone() |
VisibilityConditions |
VisibilityConditions.withKey(String key)
The key that specifies the tag that you're using to filter the search results.
|
VisibilityConditions |
VisibilityConditions.withValue(String value)
The value for the tag that you're using to filter the search results.
|
| Modifier and Type | Method and Description |
|---|---|
List<VisibilityConditions> |
SearchRequest.getVisibilityConditions()
Limits the results of your search request to the resources that you can access.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRequest |
SearchRequest.withVisibilityConditions(VisibilityConditions... visibilityConditions)
Limits the results of your search request to the resources that you can access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRequest.setVisibilityConditions(Collection<VisibilityConditions> visibilityConditions)
Limits the results of your search request to the resources that you can access.
|
SearchRequest |
SearchRequest.withVisibilityConditions(Collection<VisibilityConditions> visibilityConditions)
Limits the results of your search request to the resources that you can access.
|
Copyright © 2024. All rights reserved.