Class GetModelImportJobResponse

    • Method Detail

      • jobArn

        public final String jobArn()

        The Amazon Resource Name (ARN) of the import job.

        Returns:
        The Amazon Resource Name (ARN) of the import job.
      • jobName

        public final String jobName()

        The name of the import job.

        Returns:
        The name of the import job.
      • importedModelName

        public final String importedModelName()

        The name of the imported model.

        Returns:
        The name of the imported model.
      • importedModelArn

        public final String importedModelArn()

        The Amazon Resource Name (ARN) of the imported model.

        Returns:
        The Amazon Resource Name (ARN) of the imported model.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the IAM role associated with this job.

        Returns:
        The Amazon Resource Name (ARN) of the IAM role associated with this job.
      • modelDataSource

        public final ModelDataSource modelDataSource()

        The data source for the imported model.

        Returns:
        The data source for the imported model.
      • status

        public final ModelImportJobStatus status()

        The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.

        If the service returns an enum value that is not available in the current SDK version, status will return ModelImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.
        See Also:
        ModelImportJobStatus
      • statusAsString

        public final String statusAsString()

        The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.

        If the service returns an enum value that is not available in the current SDK version, status will return ModelImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.
        See Also:
        ModelImportJobStatus
      • failureMessage

        public final String failureMessage()

        Information about why the import job failed.

        Returns:
        Information about why the import job failed.
      • creationTime

        public final Instant creationTime()

        The time the resource was created.

        Returns:
        The time the resource was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        Time the resource was last modified.

        Returns:
        Time the resource was last modified.
      • endTime

        public final Instant endTime()

        Time that the resource transitioned to terminal state.

        Returns:
        Time that the resource transitioned to terminal state.
      • vpcConfig

        public final VpcConfig vpcConfig()

        The Virtual Private Cloud (VPC) configuration of the import model job.

        Returns:
        The Virtual Private Cloud (VPC) configuration of the import model job.
      • importedModelKmsKeyArn

        public final String importedModelKmsKeyArn()

        The imported model is encrypted at rest using this key.

        Returns:
        The imported model is encrypted at rest using this key.
      • 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