| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.clone() |
AwsSageMakerNotebookInstanceDetails |
ResourceDetails.getAwsSageMakerNotebookInstance() |
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withAcceleratorTypes(Collection<String> acceleratorTypes)
A list of Amazon Elastic Inference instance types to associate with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withAcceleratorTypes(String... acceleratorTypes)
A list of Amazon Elastic Inference instance types to associate with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withAdditionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withDefaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withDirectInternetAccess(String directInternetAccess)
Sets whether SageMaker provides internet access to the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withFailureReason(String failureReason)
If status of the instance is
Failed, the reason it failed. |
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withInstanceMetadataServiceConfiguration(AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withInstanceType(String instanceType)
The type of machine learning (ML) compute instance to launch for the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of an Key Management Service (KMS) key that SageMaker uses to encrypt data on the
storage volume attached to your notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withNetworkInterfaceId(String networkInterfaceId)
The network interface ID that SageMaker created when the instance was created.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withNotebookInstanceName(String notebookInstanceName)
The name of the new notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withPlatformIdentifier(String platformIdentifier)
The platform identifier of the notebook instance runtime environment.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withRootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withSecurityGroups(Collection<String> securityGroups)
The VPC security group IDs.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withSecurityGroups(String... securityGroups)
The VPC security group IDs.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withSubnetId(String subnetId)
The ID of the VPC subnet to which you have a connectivity from your ML compute instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withUrl(String url)
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
|
AwsSageMakerNotebookInstanceDetails |
AwsSageMakerNotebookInstanceDetails.withVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsSageMakerNotebookInstance(AwsSageMakerNotebookInstanceDetails awsSageMakerNotebookInstance) |
ResourceDetails |
ResourceDetails.withAwsSageMakerNotebookInstance(AwsSageMakerNotebookInstanceDetails awsSageMakerNotebookInstance) |
Copyright © 2024. All rights reserved.