| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Definition of the public APIs exposed by SageMaker
|
| com.amazonaws.services.sagemaker.model | |
| com.amazonaws.services.sagemaker.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceResult |
AmazonSageMaker.describeNotebookInstance(DescribeNotebookInstanceRequest describeNotebookInstanceRequest)
Returns information about a notebook instance.
|
DescribeNotebookInstanceResult |
AmazonSageMakerClient.describeNotebookInstance(DescribeNotebookInstanceRequest request)
Returns information about a notebook instance.
|
DescribeNotebookInstanceResult |
AbstractAmazonSageMaker.describeNotebookInstance(DescribeNotebookInstanceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<DescribeNotebookInstanceResult> |
AmazonSageMakerAsyncClient.describeNotebookInstanceAsync(DescribeNotebookInstanceRequest request,
AsyncHandler<DescribeNotebookInstanceRequest,DescribeNotebookInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.clone() |
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withCreationTime(Date creationTime)
A timestamp.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withDirectInternetAccess(DirectInternetAccess directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withDirectInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withFailureReason(String failureReason)
If status is failed, the reason it failed.
|
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)
AWS KMS key ID Amazon 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)
Network interface IDs that Amazon 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)
Name of the Amazon 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.withRoleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role associated with the 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.
|
| 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 © 2018. All rights reserved.