Interface CollaborationTrainedModelInferenceJobSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CollaborationTrainedModelInferenceJobSummary.Builder,,- CollaborationTrainedModelInferenceJobSummary> - SdkBuilder<CollaborationTrainedModelInferenceJobSummary.Builder,,- CollaborationTrainedModelInferenceJobSummary> - SdkPojo
- Enclosing class:
- CollaborationTrainedModelInferenceJobSummary
- 
Method SummaryModifier and TypeMethodDescriptioncollaborationIdentifier(String collaborationIdentifier) The collaboration ID of the collaboration that contains the trained model inference job.configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn) The Amazon Resource Name (ARN) of the configured model algorithm association that is used for the trained model inference job.createTime(Instant createTime) The time at which the trained model inference job was created.creatorAccountId(String creatorAccountId) The account ID that created the trained model inference job.description(String description) The description of the trained model inference job.logsStatus(String logsStatus) The trained model inference job logs status.logsStatus(LogsStatus logsStatus) The trained model inference job logs status.logsStatusDetails(String logsStatusDetails) Details about the logs status for the trained model inference job.membershipIdentifier(String membershipIdentifier) The membership ID of the membership that contains the trained model inference job.metricsStatus(String metricsStatus) the trained model inference job metrics status.metricsStatus(MetricsStatus metricsStatus) the trained model inference job metrics status.metricsStatusDetails(String metricsStatusDetails) Details about the metrics status for trained model inference job.The name of the trained model inference job.outputConfiguration(Consumer<InferenceOutputConfiguration.Builder> outputConfiguration) Returns output configuration information for the trained model inference job.outputConfiguration(InferenceOutputConfiguration outputConfiguration) Returns output configuration information for the trained model inference job.The status of the trained model inference job.status(TrainedModelInferenceJobStatus status) The status of the trained model inference job.trainedModelArn(String trainedModelArn) The Amazon Resource Name (ARN) of the trained model that is used for the trained model inference job.trainedModelInferenceJobArn(String trainedModelInferenceJobArn) The Amazon Resource Name (ARN) of the trained model inference job.trainedModelVersionIdentifier(String trainedModelVersionIdentifier) The version identifier of the trained model that was used for inference in this job.updateTime(Instant updateTime) The most recent time at which the trained model inference job was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
trainedModelInferenceJobArnCollaborationTrainedModelInferenceJobSummary.Builder trainedModelInferenceJobArn(String trainedModelInferenceJobArn) The Amazon Resource Name (ARN) of the trained model inference job. - Parameters:
- trainedModelInferenceJobArn- The Amazon Resource Name (ARN) of the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
configuredModelAlgorithmAssociationArnCollaborationTrainedModelInferenceJobSummary.Builder configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn) The Amazon Resource Name (ARN) of the configured model algorithm association that is used for the trained model inference job. - Parameters:
- configuredModelAlgorithmAssociationArn- The Amazon Resource Name (ARN) of the configured model algorithm association that is used for the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
membershipIdentifierCollaborationTrainedModelInferenceJobSummary.Builder membershipIdentifier(String membershipIdentifier) The membership ID of the membership that contains the trained model inference job. - Parameters:
- membershipIdentifier- The membership ID of the membership that contains the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trainedModelArnThe Amazon Resource Name (ARN) of the trained model that is used for the trained model inference job. - Parameters:
- trainedModelArn- The Amazon Resource Name (ARN) of the trained model that is used for the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trainedModelVersionIdentifierCollaborationTrainedModelInferenceJobSummary.Builder trainedModelVersionIdentifier(String trainedModelVersionIdentifier) The version identifier of the trained model that was used for inference in this job. - Parameters:
- trainedModelVersionIdentifier- The version identifier of the trained model that was used for inference in this job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
collaborationIdentifierCollaborationTrainedModelInferenceJobSummary.Builder collaborationIdentifier(String collaborationIdentifier) The collaboration ID of the collaboration that contains the trained model inference job. - Parameters:
- collaborationIdentifier- The collaboration ID of the collaboration that contains the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the trained model inference job. - Parameters:
- status- The status of the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the trained model inference job. - Parameters:
- status- The status of the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outputConfigurationCollaborationTrainedModelInferenceJobSummary.Builder outputConfiguration(InferenceOutputConfiguration outputConfiguration) Returns output configuration information for the trained model inference job. - Parameters:
- outputConfiguration- Returns output configuration information for the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputConfigurationdefault CollaborationTrainedModelInferenceJobSummary.Builder outputConfiguration(Consumer<InferenceOutputConfiguration.Builder> outputConfiguration) Returns output configuration information for the trained model inference job. This is a convenience method that creates an instance of theInferenceOutputConfiguration.Builderavoiding the need to create one manually viaInferenceOutputConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputConfiguration(InferenceOutputConfiguration).- Parameters:
- outputConfiguration- a consumer that will call methods on- InferenceOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe name of the trained model inference job. - Parameters:
- name- The name of the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the trained model inference job. - Parameters:
- description- The description of the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metricsStatusthe trained model inference job metrics status. - Parameters:
- metricsStatus- the trained model inference job metrics status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
metricsStatusthe trained model inference job metrics status. - Parameters:
- metricsStatus- the trained model inference job metrics status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
metricsStatusDetailsCollaborationTrainedModelInferenceJobSummary.Builder metricsStatusDetails(String metricsStatusDetails) Details about the metrics status for trained model inference job. - Parameters:
- metricsStatusDetails- Details about the metrics status for trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logsStatusThe trained model inference job logs status. - Parameters:
- logsStatus- The trained model inference job logs status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
logsStatusThe trained model inference job logs status. - Parameters:
- logsStatus- The trained model inference job logs status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
logsStatusDetailsDetails about the logs status for the trained model inference job. - Parameters:
- logsStatusDetails- Details about the logs status for the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createTimeThe time at which the trained model inference job was created. - Parameters:
- createTime- The time at which the trained model inference job was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updateTimeThe most recent time at which the trained model inference job was updated. - Parameters:
- updateTime- The most recent time at which the trained model inference job was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creatorAccountIdThe account ID that created the trained model inference job. - Parameters:
- creatorAccountId- The account ID that created the trained model inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-