DescribeAutoMLJobResponse
public struct DescribeAutoMLJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns the job’s ARN.
Declaration
Swift
public let autoMLJobArn: String
-
Returns information on the job’s artifacts found in AutoMLJobArtifacts.
Declaration
Swift
public let autoMLJobArtifacts: AutoMLJobArtifacts?
-
Returns the job’s config.
Declaration
Swift
public let autoMLJobConfig: AutoMLJobConfig?
-
Returns the name of a job.
Declaration
Swift
public let autoMLJobName: String
-
Returns the job’s objective.
Declaration
Swift
public let autoMLJobObjective: AutoMLJobObjective?
-
Returns the job’s AutoMLJobSecondaryStatus.
Declaration
Swift
public let autoMLJobSecondaryStatus: AutoMLJobSecondaryStatus
-
Returns the job’s AutoMLJobStatus.
Declaration
Swift
public let autoMLJobStatus: AutoMLJobStatus
-
Returns the job’s BestCandidate.
Declaration
Swift
public let bestCandidate: AutoMLCandidate?
-
Returns the job’s creation time.
Declaration
Swift
public let creationTime: TimeStamp
-
Returns the job’s end time.
Declaration
Swift
public let endTime: TimeStamp?
-
Returns the job’s FailureReason.
Declaration
Swift
public let failureReason: String?
-
Returns the job’s output from GenerateCandidateDefinitionsOnly.
Declaration
Swift
public let generateCandidateDefinitionsOnly: Bool?
-
Returns the job’s input data config.
Declaration
Swift
public let inputDataConfig: [AutoMLChannel]
-
Returns the job’s last modified time.
Declaration
Swift
public let lastModifiedTime: TimeStamp
-
Returns the job’s output data config.
Declaration
Swift
public let outputDataConfig: AutoMLOutputDataConfig
-
Returns the job’s problem type.
Declaration
Swift
public let problemType: ProblemType?
-
This contains ProblemType, AutoMLJobObjective and CompletionCriteria. They’re auto-inferred values, if not provided by you. If you do provide them, then they’ll be the same as provided.
Declaration
Swift
public let resolvedAttributes: ResolvedAttributes?
-
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
Declaration
Swift
public let roleArn: String
-
init(autoMLJobArn:autoMLJobArtifacts:autoMLJobConfig:autoMLJobName:autoMLJobObjective:autoMLJobSecondaryStatus:autoMLJobStatus:bestCandidate:creationTime:endTime:failureReason:generateCandidateDefinitionsOnly:inputDataConfig:lastModifiedTime:outputDataConfig:problemType:resolvedAttributes:roleArn:)
Undocumented
Declaration
Swift
public init(autoMLJobArn: String, autoMLJobArtifacts: AutoMLJobArtifacts? = nil, autoMLJobConfig: AutoMLJobConfig? = nil, autoMLJobName: String, autoMLJobObjective: AutoMLJobObjective? = nil, autoMLJobSecondaryStatus: AutoMLJobSecondaryStatus, autoMLJobStatus: AutoMLJobStatus, bestCandidate: AutoMLCandidate? = nil, creationTime: TimeStamp, endTime: TimeStamp? = nil, failureReason: String? = nil, generateCandidateDefinitionsOnly: Bool? = nil, inputDataConfig: [AutoMLChannel], lastModifiedTime: TimeStamp, outputDataConfig: AutoMLOutputDataConfig, problemType: ProblemType? = nil, resolvedAttributes: ResolvedAttributes? = nil, roleArn: String)