| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static EnabledOrDisabled |
EnabledOrDisabled.fromValue(String value)
Use this in place of valueOf.
|
static EnabledOrDisabled |
EnabledOrDisabled.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnabledOrDisabled[] |
EnabledOrDisabled.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IamPolicyConstraints |
IamPolicyConstraints.withSourceIp(EnabledOrDisabled sourceIp)
When
SourceIp is Enabled the worker's IP address when a task is rendered in the worker
portal is added to the IAM policy as a Condition used to generate the Amazon S3 presigned URL. |
IamPolicyConstraints |
IamPolicyConstraints.withVpcSourceIp(EnabledOrDisabled vpcSourceIp)
When
VpcSourceIp is Enabled the worker's IP address when a task is rendered in private
worker portal inside the VPC is added to the IAM policy as a Condition used to generate the Amazon
S3 presigned URL. |
Copyright © 2024. All rights reserved.