default DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.applicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig) |
Configuration settings for the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.applicationConfig(PartnerAppConfig applicationConfig) |
Configuration settings for the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.arn(String arn) |
The ARN of the SageMaker Partner AI App that was described.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.authType(String authType) |
The authorization type that users use to access the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.authType(PartnerAppAuthType authType) |
The authorization type that users use to access the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.baseUrl(String baseUrl) |
The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.
|
static DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.builder() |
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.creationTime(Instant creationTime) |
The time that the SageMaker Partner AI App was created.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.enableIamSessionBasedIdentity(Boolean enableIamSessionBasedIdentity) |
When set to TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or
the authenticated IAM user as the identity of the SageMaker Partner AI App user.
|
default DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.error(Consumer<ErrorInfo.Builder> error) |
This is an error field object that contains the error code and the reason for an operation failure.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.error(ErrorInfo error) |
This is an error field object that contains the error code and the reason for an operation failure.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.executionRoleArn(String executionRoleArn) |
The ARN of the IAM role associated with the SageMaker Partner AI App.
|
default DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.maintenanceConfig(Consumer<PartnerAppMaintenanceConfig.Builder> maintenanceConfig) |
Maintenance configuration settings for the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.maintenanceConfig(PartnerAppMaintenanceConfig maintenanceConfig) |
Maintenance configuration settings for the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.name(String name) |
The name of the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.status(String status) |
The status of the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.status(PartnerAppStatus status) |
The status of the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.tier(String tier) |
The instance type and size of the cluster attached to the SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.toBuilder() |
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.type(String type) |
The type of SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.type(PartnerAppType type) |
The type of SageMaker Partner AI App.
|
DescribePartnerAppResponse.Builder |
DescribePartnerAppResponse.Builder.version(String version) |
The version of the SageMaker Partner AI App.
|