ListTrialComponentsRequest
public struct ListTrialComponentsRequest : AWSShape
extension SageMaker.ListTrialComponentsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter that returns only components created after the specified time.
Declaration
Swift
public let createdAfter: TimeStamp?
-
A filter that returns only components created before the specified time.
Declaration
Swift
public let createdBefore: TimeStamp?
-
A filter that returns only components that are part of the specified experiment. If you specify ExperimentName, you can’t filter by SourceArn or TrialName.
Declaration
Swift
public let experimentName: String?
-
The maximum number of components to return in the response. The default value is 10.
Declaration
Swift
public let maxResults: Int?
-
If the previous call to ListTrialComponents didn’t return the full set of components, the call returns a token for getting the next set of components.
Declaration
Swift
public let nextToken: String?
-
The property used to sort results. The default value is CreationTime.
Declaration
Swift
public let sortBy: SortTrialComponentsBy?
-
The sort order. The default value is Descending.
Declaration
Swift
public let sortOrder: SortOrder?
-
A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify SourceArn, you can’t filter by ExperimentName or TrialName.
Declaration
Swift
public let sourceArn: String?
-
A filter that returns only components that are part of the specified trial. If you specify TrialName, you can’t filter by ExperimentName or SourceArn.
Declaration
Swift
public let trialName: String?
-
init(createdAfter:createdBefore:experimentName:maxResults:nextToken:sortBy:sortOrder:sourceArn:trialName:)
Undocumented
Declaration
Swift
public init(createdAfter: TimeStamp? = nil, createdBefore: TimeStamp? = nil, experimentName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, sortBy: SortTrialComponentsBy? = nil, sortOrder: SortOrder? = nil, sourceArn: String? = nil, trialName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListTrialComponentsRequest