Interface TrainedModelInferenceJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrainedModelInferenceJobSummary.Builder,TrainedModelInferenceJobSummary>,SdkBuilder<TrainedModelInferenceJobSummary.Builder,TrainedModelInferenceJobSummary>,SdkPojo
- Enclosing class:
- TrainedModelInferenceJobSummary
public static interface TrainedModelInferenceJobSummary.Builder extends SdkPojo, CopyableBuilder<TrainedModelInferenceJobSummary.Builder,TrainedModelInferenceJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TrainedModelInferenceJobSummary.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the trained model inference job.TrainedModelInferenceJobSummary.BuilderconfiguredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)The Amazon Resource Name (ARN) of the configured model algorithm association that is used for the trained model inference job.TrainedModelInferenceJobSummary.BuildercreateTime(Instant createTime)The time at which the trained model inference job was created.TrainedModelInferenceJobSummary.Builderdescription(String description)The description of the trained model inference job.TrainedModelInferenceJobSummary.BuilderlogsStatus(String logsStatus)The log status of the trained model inference job.TrainedModelInferenceJobSummary.BuilderlogsStatus(LogsStatus logsStatus)The log status of the trained model inference job.TrainedModelInferenceJobSummary.BuilderlogsStatusDetails(String logsStatusDetails)Details about the log status for the trained model inference job.TrainedModelInferenceJobSummary.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the membership that contains the trained model inference job.TrainedModelInferenceJobSummary.BuildermetricsStatus(String metricsStatus)The metric status of the trained model inference job.TrainedModelInferenceJobSummary.BuildermetricsStatus(MetricsStatus metricsStatus)The metric status of the trained model inference job.TrainedModelInferenceJobSummary.BuildermetricsStatusDetails(String metricsStatusDetails)Details about the metrics status for the trained model inference job.TrainedModelInferenceJobSummary.Buildername(String name)The name of the trained model inference job.default TrainedModelInferenceJobSummary.BuilderoutputConfiguration(Consumer<InferenceOutputConfiguration.Builder> outputConfiguration)The output configuration information of the trained model job.TrainedModelInferenceJobSummary.BuilderoutputConfiguration(InferenceOutputConfiguration outputConfiguration)The output configuration information of the trained model job.TrainedModelInferenceJobSummary.Builderstatus(String status)The status of the trained model inference job.TrainedModelInferenceJobSummary.Builderstatus(TrainedModelInferenceJobStatus status)The status of the trained model inference job.TrainedModelInferenceJobSummary.BuildertrainedModelArn(String trainedModelArn)The Amazon Resource Name (ARN) of the trained model that is used for the trained model inference job.TrainedModelInferenceJobSummary.BuildertrainedModelInferenceJobArn(String trainedModelInferenceJobArn)The Amazon Resource Name (ARN) of the trained model inference job.TrainedModelInferenceJobSummary.BuilderupdateTime(Instant updateTime)The most recent time at which the trained model inference job was updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
trainedModelInferenceJobArn
TrainedModelInferenceJobSummary.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.
-
configuredModelAlgorithmAssociationArn
TrainedModelInferenceJobSummary.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.
-
membershipIdentifier
TrainedModelInferenceJobSummary.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.
-
trainedModelArn
TrainedModelInferenceJobSummary.Builder trainedModelArn(String trainedModelArn)
The 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.
-
collaborationIdentifier
TrainedModelInferenceJobSummary.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.
-
status
TrainedModelInferenceJobSummary.Builder status(String status)
The 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:
TrainedModelInferenceJobStatus,TrainedModelInferenceJobStatus
-
status
TrainedModelInferenceJobSummary.Builder status(TrainedModelInferenceJobStatus status)
The 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:
TrainedModelInferenceJobStatus,TrainedModelInferenceJobStatus
-
outputConfiguration
TrainedModelInferenceJobSummary.Builder outputConfiguration(InferenceOutputConfiguration outputConfiguration)
The output configuration information of the trained model job.
- Parameters:
outputConfiguration- The output configuration information of the trained model job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfiguration
default TrainedModelInferenceJobSummary.Builder outputConfiguration(Consumer<InferenceOutputConfiguration.Builder> outputConfiguration)
The output configuration information of the trained model 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 onInferenceOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
outputConfiguration(InferenceOutputConfiguration)
-
name
TrainedModelInferenceJobSummary.Builder name(String name)
The 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.
-
description
TrainedModelInferenceJobSummary.Builder description(String description)
The 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.
-
metricsStatus
TrainedModelInferenceJobSummary.Builder metricsStatus(String metricsStatus)
The metric status of the trained model inference job.
- Parameters:
metricsStatus- The metric status of the trained model inference job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricsStatus,MetricsStatus
-
metricsStatus
TrainedModelInferenceJobSummary.Builder metricsStatus(MetricsStatus metricsStatus)
The metric status of the trained model inference job.
- Parameters:
metricsStatus- The metric status of the trained model inference job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricsStatus,MetricsStatus
-
metricsStatusDetails
TrainedModelInferenceJobSummary.Builder metricsStatusDetails(String metricsStatusDetails)
Details about the metrics status for the trained model inference job.
- Parameters:
metricsStatusDetails- Details about the metrics status for the trained model inference job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logsStatus
TrainedModelInferenceJobSummary.Builder logsStatus(String logsStatus)
The log status of the trained model inference job.
- Parameters:
logsStatus- The log status of the trained model inference job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LogsStatus,LogsStatus
-
logsStatus
TrainedModelInferenceJobSummary.Builder logsStatus(LogsStatus logsStatus)
The log status of the trained model inference job.
- Parameters:
logsStatus- The log status of the trained model inference job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LogsStatus,LogsStatus
-
logsStatusDetails
TrainedModelInferenceJobSummary.Builder logsStatusDetails(String logsStatusDetails)
Details about the log status for the trained model inference job.
- Parameters:
logsStatusDetails- Details about the log status for the trained model inference job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
TrainedModelInferenceJobSummary.Builder createTime(Instant createTime)
The 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.
-
updateTime
TrainedModelInferenceJobSummary.Builder updateTime(Instant updateTime)
The 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.
-
-