A B D G I L N O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ai.djl.aws.s3 - package ai.djl.aws.s3
-
Contains a built-in implementation of Repository class that can be used for loading models from AWS S3 bucket directly.
- ai.djl.aws.sagemaker - package ai.djl.aws.sagemaker
-
Contains a utility classes to deploy model on Amazon SageMaker.
B
- build() - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Builds the
SageMaker
with the provided data. - builder() - Static method in class ai.djl.aws.sagemaker.SageMaker
-
Creates a builder to build a
SageMaker
instance.
D
- deleteEndpoint(boolean) - Method in class ai.djl.aws.sagemaker.SageMaker
-
Deletes the Amazon SageMaker endpoint.
- deleteEndpointConfig(boolean) - Method in class ai.djl.aws.sagemaker.SageMaker
-
Deletes the endpoint configuration.
- deleteSageMakerModel(boolean) - Method in class ai.djl.aws.sagemaker.SageMaker
-
Deletes the SageMaker model configuration.
- deploy() - Method in class ai.djl.aws.sagemaker.SageMaker
-
Deploys the model to Amazon SageMaker hosting service.
- download(Path, URI, Artifact.Item, Progress) - Method in class ai.djl.aws.s3.S3Repository
G
- getResources() - Method in class ai.djl.aws.s3.S3Repository
- getSupportedScheme() - Method in class ai.djl.aws.s3.S3RepositoryFactory
I
- invoke(byte[]) - Method in class ai.djl.aws.sagemaker.SageMaker
-
Invokes the Amazon SageMaker endpoint.
- isRemote() - Method in class ai.djl.aws.s3.S3Repository
L
- locate(MRL) - Method in class ai.djl.aws.s3.S3Repository
N
- newInstance(String, URI) - Method in class ai.djl.aws.s3.S3RepositoryFactory
O
- optBucketName(String) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the optional S3 bucket name to store the model.
- optBucketPath(String) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the optional s3 path prefix where the model to be stored.
- optContainerImage(String) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the optional ECR image to deploy on SageMaker endpoint.
- optEndpointConfigName(String) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the optional endpoint configuration name to create.
- optEndpointName(String) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the optional endpoint name to create.
- optExecutionRole(String) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the optional role to execute the SageMaker endpoint.
- optIamClient(IamClient) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the
IamClient
. - optInstanceCount(int) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the number of instance to launch, default is 1.
- optInstanceType(String) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the optional instance type to launch the endpoint.
- optModelName(String) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the optional model name to create.
- optS3Client(S3Client) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the
S3Client
. - optSageMakerClient(SageMakerClient) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the
SageMakerClient
. - optSageMakerRuntimeClient(SageMakerRuntimeClient) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the
SageMakerRuntimeClient
.
R
- resolve(MRL, Map<String, String>) - Method in class ai.djl.aws.s3.S3Repository
S
- S3Repository - Class in ai.djl.aws.s3
-
A
S3Repository
is aRepository
located on a AWS S3. - S3RepositoryFactory - Class in ai.djl.aws.s3
-
A class responsible to create
S3Repository
instances. - S3RepositoryFactory() - Constructor for class ai.djl.aws.s3.S3RepositoryFactory
-
Creates an
S3RepositoryFactory
. - S3RepositoryFactory(S3Client) - Constructor for class ai.djl.aws.s3.S3RepositoryFactory
-
Creates an
S3RepositoryFactory
instance with the specifiedS3Client
. - SageMaker - Class in ai.djl.aws.sagemaker
-
A utility class that help deploy model to SageMaker.
- SageMaker.Builder - Class in ai.djl.aws.sagemaker
-
A Builder to construct a
SageMaker
. - setModel(Model) - Method in class ai.djl.aws.sagemaker.SageMaker.Builder
-
Sets the model to be deployed on Amazon SageMaker.
All Classes All Packages