| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainResult |
AmazonSageMaker.describeDomain(DescribeDomainRequest describeDomainRequest)
The desciption of the domain.
|
DescribeDomainResult |
AmazonSageMakerClient.describeDomain(DescribeDomainRequest request)
The desciption of the domain.
|
DescribeDomainResult |
AbstractAmazonSageMaker.describeDomain(DescribeDomainRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDomainResult> |
AmazonSageMakerAsync.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler)
The desciption of the domain.
|
Future<DescribeDomainResult> |
AbstractAmazonSageMakerAsync.describeDomainAsync(DescribeDomainRequest request,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler) |
Future<DescribeDomainResult> |
AmazonSageMakerAsyncClient.describeDomainAsync(DescribeDomainRequest request,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainResult |
DescribeDomainResult.clone() |
DescribeDomainResult |
DescribeDomainResult.withAuthMode(AuthMode authMode)
The domain's authentication mode.
|
DescribeDomainResult |
DescribeDomainResult.withAuthMode(String authMode)
The domain's authentication mode.
|
DescribeDomainResult |
DescribeDomainResult.withCreationTime(Date creationTime)
The creation time.
|
DescribeDomainResult |
DescribeDomainResult.withDefaultUserSettings(UserSettings defaultUserSettings)
Settings which are applied to all UserProfile in this domain, if settings are not explicitly specified in a given
UserProfile.
|
DescribeDomainResult |
DescribeDomainResult.withDomainArn(String domainArn)
The domain's Amazon Resource Name (ARN).
|
DescribeDomainResult |
DescribeDomainResult.withDomainId(String domainId)
The domain ID.
|
DescribeDomainResult |
DescribeDomainResult.withDomainName(String domainName)
The domain name.
|
DescribeDomainResult |
DescribeDomainResult.withFailureReason(String failureReason)
The failure reason.
|
DescribeDomainResult |
DescribeDomainResult.withHomeEfsFileSystemId(String homeEfsFileSystemId)
The ID of the Amazon Elastic File System (EFS) managed by this Domain.
|
DescribeDomainResult |
DescribeDomainResult.withHomeEfsFileSystemKmsKeyId(String homeEfsFileSystemKmsKeyId)
The AWS Key Management Service encryption key ID.
|
DescribeDomainResult |
DescribeDomainResult.withLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
DescribeDomainResult |
DescribeDomainResult.withSingleSignOnManagedApplicationInstanceId(String singleSignOnManagedApplicationInstanceId)
The SSO managed application instance ID.
|
DescribeDomainResult |
DescribeDomainResult.withStatus(DomainStatus status)
The status.
|
DescribeDomainResult |
DescribeDomainResult.withStatus(String status)
The status.
|
DescribeDomainResult |
DescribeDomainResult.withSubnetIds(Collection<String> subnetIds)
Security setting to limit to a set of subnets.
|
DescribeDomainResult |
DescribeDomainResult.withSubnetIds(String... subnetIds)
Security setting to limit to a set of subnets.
|
DescribeDomainResult |
DescribeDomainResult.withUrl(String url)
The domain's URL.
|
DescribeDomainResult |
DescribeDomainResult.withVpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud.
|
Copyright © 2020. All rights reserved.