Interface DescribeTrialComponentResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeTrialComponentResponse.Builder,,- DescribeTrialComponentResponse> - SageMakerResponse.Builder,- SdkBuilder<DescribeTrialComponentResponse.Builder,,- DescribeTrialComponentResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeTrialComponentResponse
- 
Method SummaryModifier and TypeMethodDescriptioncreatedBy(Consumer<UserContext.Builder> createdBy) Who created the trial component.createdBy(UserContext createdBy) Who created the trial component.creationTime(Instant creationTime) When the component was created.displayName(String displayName) The name of the component as displayed.When the component ended.inputArtifacts(Map<String, TrialComponentArtifact> inputArtifacts) The input artifacts of the component.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) Who last modified the component.lastModifiedBy(UserContext lastModifiedBy) Who last modified the component.lastModifiedTime(Instant lastModifiedTime) When the component was last modified.lineageGroupArn(String lineageGroupArn) The Amazon Resource Name (ARN) of the lineage group.metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties) Sets the value of the MetadataProperties property for this object.metadataProperties(MetadataProperties metadataProperties) Sets the value of the MetadataProperties property for this object.metrics(Collection<TrialComponentMetricSummary> metrics) The metrics for the component.metrics(Consumer<TrialComponentMetricSummary.Builder>... metrics) The metrics for the component.metrics(TrialComponentMetricSummary... metrics) The metrics for the component.outputArtifacts(Map<String, TrialComponentArtifact> outputArtifacts) The output artifacts of the component.parameters(Map<String, TrialComponentParameterValue> parameters) The hyperparameters of the component.source(Consumer<TrialComponentSource.Builder> source) The Amazon Resource Name (ARN) of the source and, optionally, the job type.source(TrialComponentSource source) The Amazon Resource Name (ARN) of the source and, optionally, the job type.sources(Collection<TrialComponentSource> sources) A list of ARNs and, if applicable, job types for multiple sources of an experiment run.sources(Consumer<TrialComponentSource.Builder>... sources) A list of ARNs and, if applicable, job types for multiple sources of an experiment run.sources(TrialComponentSource... sources) A list of ARNs and, if applicable, job types for multiple sources of an experiment run.When the component started.status(Consumer<TrialComponentStatus.Builder> status) The status of the component.status(TrialComponentStatus status) The status of the component.trialComponentArn(String trialComponentArn) The Amazon Resource Name (ARN) of the trial component.trialComponentName(String trialComponentName) The name of the trial component.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
trialComponentNameThe name of the trial component. - Parameters:
- trialComponentName- The name of the trial component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trialComponentArnThe Amazon Resource Name (ARN) of the trial component. - Parameters:
- trialComponentArn- The Amazon Resource Name (ARN) of the trial component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
displayNameThe name of the component as displayed. If DisplayNameisn't specified,TrialComponentNameis displayed.- Parameters:
- displayName- The name of the component as displayed. If- DisplayNameisn't specified,- TrialComponentNameis displayed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceThe Amazon Resource Name (ARN) of the source and, optionally, the job type. - Parameters:
- source- The Amazon Resource Name (ARN) of the source and, optionally, the job type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcedefault DescribeTrialComponentResponse.Builder source(Consumer<TrialComponentSource.Builder> source) The Amazon Resource Name (ARN) of the source and, optionally, the job type. This is a convenience method that creates an instance of theTrialComponentSource.Builderavoiding the need to create one manually viaTrialComponentSource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(TrialComponentSource).- Parameters:
- source- a consumer that will call methods on- TrialComponentSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the component. States include: - 
 InProgress 
- 
 Completed 
- 
 Failed 
 - Parameters:
- status- The status of the component. States include:- 
        InProgress 
- 
        Completed 
- 
        Failed 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
statusdefault DescribeTrialComponentResponse.Builder status(Consumer<TrialComponentStatus.Builder> status) The status of the component. States include: - 
 InProgress 
- 
 Completed 
- 
 Failed 
 TrialComponentStatus.Builderavoiding the need to create one manually viaTrialComponentStatus.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(TrialComponentStatus).- Parameters:
- status- a consumer that will call methods on- TrialComponentStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
startTimeWhen the component started. - Parameters:
- startTime- When the component started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeWhen the component ended. - Parameters:
- endTime- When the component ended.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeWhen the component was created. - Parameters:
- creationTime- When the component was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdByWho created the trial component. - Parameters:
- createdBy- Who created the trial component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdByWho created the trial component. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreatedBy(UserContext).- Parameters:
- createdBy- a consumer that will call methods on- UserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastModifiedTimeWhen the component was last modified. - Parameters:
- lastModifiedTime- When the component was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedByWho last modified the component. - Parameters:
- lastModifiedBy- Who last modified the component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedBydefault DescribeTrialComponentResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) Who last modified the component. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastModifiedBy(UserContext).- Parameters:
- lastModifiedBy- a consumer that will call methods on- UserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
parametersDescribeTrialComponentResponse.Builder parameters(Map<String, TrialComponentParameterValue> parameters) The hyperparameters of the component. - Parameters:
- parameters- The hyperparameters of the component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputArtifactsDescribeTrialComponentResponse.Builder inputArtifacts(Map<String, TrialComponentArtifact> inputArtifacts) The input artifacts of the component. - Parameters:
- inputArtifacts- The input artifacts of the component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputArtifactsDescribeTrialComponentResponse.Builder outputArtifacts(Map<String, TrialComponentArtifact> outputArtifacts) The output artifacts of the component. - Parameters:
- outputArtifacts- The output artifacts of the component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataPropertiesSets the value of the MetadataProperties property for this object.- Parameters:
- metadataProperties- The new value for the MetadataProperties property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataPropertiesdefault DescribeTrialComponentResponse.Builder metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties) Sets the value of the MetadataProperties property for this object. This is a convenience method that creates an instance of theMetadataProperties.Builderavoiding the need to create one manually viaMetadataProperties.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataProperties(MetadataProperties).- Parameters:
- metadataProperties- a consumer that will call methods on- MetadataProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
metricsThe metrics for the component. - Parameters:
- metrics- The metrics for the component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metricsThe metrics for the component. - Parameters:
- metrics- The metrics for the component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metricsDescribeTrialComponentResponse.Builder metrics(Consumer<TrialComponentMetricSummary.Builder>... metrics) The metrics for the component. This is a convenience method that creates an instance of theTrialComponentMetricSummary.Builderavoiding the need to create one manually viaTrialComponentMetricSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometrics(List<TrialComponentMetricSummary>).- Parameters:
- metrics- a consumer that will call methods on- TrialComponentMetricSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lineageGroupArnThe Amazon Resource Name (ARN) of the lineage group. - Parameters:
- lineageGroupArn- The Amazon Resource Name (ARN) of the lineage group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcesA list of ARNs and, if applicable, job types for multiple sources of an experiment run. - Parameters:
- sources- A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcesA list of ARNs and, if applicable, job types for multiple sources of an experiment run. - Parameters:
- sources- A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcesA list of ARNs and, if applicable, job types for multiple sources of an experiment run. This is a convenience method that creates an instance of theTrialComponentSource.Builderavoiding the need to create one manually viaTrialComponentSource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosources(List<TrialComponentSource>).- Parameters:
- sources- a consumer that will call methods on- TrialComponentSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-