Class DeleteMlEndpointRequest

    • Method Detail

      • id

        public final String id()

        The unique identifier of the inference endpoint.

        Returns:
        The unique identifier of the inference endpoint.
      • neptuneIamRoleArn

        public final String neptuneIamRoleArn()

        The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will be thrown.

        Returns:
        The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will be thrown.
      • clean

        public final Boolean clean()

        If this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is FALSE.

        Returns:
        If this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is FALSE.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object