GetJobResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Definition of the Amazon Braket hybrid job created. Provides information about the container image used, and the Python scripts used for training.

Link copied to clipboard

The list of Amazon Braket resources associated with the hybrid job.

Link copied to clipboard

The billable time for which the Amazon Braket hybrid job used to complete.

Link copied to clipboard

Information about the output locations for hybrid job checkpoint data.

Link copied to clipboard

The time at which the Amazon Braket hybrid job was created.

Link copied to clipboard

The primary device used by the Amazon Braket hybrid job.

Link copied to clipboard

The time at which the Amazon Braket hybrid job ended.

Link copied to clipboard

Details about the time and type of events occurred related to the Amazon Braket hybrid job.

Link copied to clipboard

A description of the reason why an Amazon Braket hybrid job failed, if it failed.

Link copied to clipboard

Algorithm-specific parameters used by an Amazon Braket hybrid job that influence the quality of the traiing job. The values are set with a map of JSON key:value pairs, where the key is the name of the hyperparameter and the value is the value of th hyperparameter.

Link copied to clipboard

A list of parameters that specify the name and type of input data and where it is located.

Link copied to clipboard

The resource instances to use while running the hybrid job on Amazon Braket.

Link copied to clipboard

The ARN of the Amazon Braket hybrid job.

Link copied to clipboard

The name of the Amazon Braket hybrid job.

Link copied to clipboard

The path to the S3 location where hybrid job artifacts are stored and the encryption key used to store them there.

Link copied to clipboard

Queue information for the requested hybrid job. Only returned if QueueInfo is specified in the additionalAttributeNames" field in the GetJob API request.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM role that Amazon Braket can assume to perform tasks on behalf of a user. It can access user resources, run an Amazon Braket job container on behalf of user, and output results and other hybrid job details to the s3 buckets of a user.

Link copied to clipboard

The time at which the Amazon Braket hybrid job was started.

Link copied to clipboard

The status of the Amazon Braket hybrid job.

Link copied to clipboard

The user-defined criteria that specifies when to stop a running hybrid job.

Link copied to clipboard

The tags associated with this hybrid job.

Functions

Link copied to clipboard
inline fun copy(block: GetJobResponse.Builder.() -> Unit = {}): GetJobResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String