| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model | |
| com.amazonaws.services.sagemaker.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceResult |
AmazonSageMakerClient.describeNotebookInstance(DescribeNotebookInstanceRequest request)
Returns information about a notebook instance.
|
DescribeNotebookInstanceResult |
AbstractAmazonSageMaker.describeNotebookInstance(DescribeNotebookInstanceRequest request) |
DescribeNotebookInstanceResult |
AmazonSageMaker.describeNotebookInstance(DescribeNotebookInstanceRequest describeNotebookInstanceRequest)
Returns information about a notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeNotebookInstanceResult> |
AmazonSageMakerAsyncClient.describeNotebookInstanceAsync(DescribeNotebookInstanceRequest request,
AsyncHandler<DescribeNotebookInstanceRequest,DescribeNotebookInstanceResult> asyncHandler) |
Future<DescribeNotebookInstanceResult> |
AmazonSageMakerAsync.describeNotebookInstanceAsync(DescribeNotebookInstanceRequest describeNotebookInstanceRequest,
AsyncHandler<DescribeNotebookInstanceRequest,DescribeNotebookInstanceResult> asyncHandler)
Returns information about a notebook instance.
|
Future<DescribeNotebookInstanceResult> |
AbstractAmazonSageMakerAsync.describeNotebookInstanceAsync(DescribeNotebookInstanceRequest request,
AsyncHandler<DescribeNotebookInstanceRequest,DescribeNotebookInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.clone() |
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withAcceleratorTypes(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withAcceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withAcceleratorTypes(String... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withAdditionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withCreationTime(Date creationTime)
A timestamp.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withDefaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withDirectInternetAccess(DirectInternetAccess directInternetAccess)
Describes whether SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withDirectInternetAccess(String directInternetAccess)
Describes whether SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withFailureReason(String failureReason)
If status is
Failed, the reason it failed. |
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withInstanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withInstanceType(InstanceType instanceType)
The type of ML compute instance running on the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withInstanceType(String instanceType)
The type of ML compute instance running on the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume
attached to the instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withLastModifiedTime(Date lastModifiedTime)
A timestamp.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withNetworkInterfaceId(String networkInterfaceId)
The network interface IDs that SageMaker created at the time of creating the instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withNotebookInstanceName(String notebookInstanceName)
The name of the SageMaker notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withNotebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withPlatformIdentifier(String platformIdentifier)
The platform identifier of the notebook instance runtime environment.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withRootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withRootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withSecurityGroups(Collection<String> securityGroups)
The IDs of the VPC security groups.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withSecurityGroups(String... securityGroups)
The IDs of the VPC security groups.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withSubnetId(String subnetId)
The ID of the VPC subnet.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withUrl(String url)
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceFunction.apply(DescribeNotebookInstanceRequest describeNotebookInstanceRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.