Interface ListTrialComponentsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListTrialComponentsRequest.Builder,ListTrialComponentsRequest>, SageMakerRequest.Builder, SdkBuilder<ListTrialComponentsRequest.Builder,ListTrialComponentsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListTrialComponentsRequest

public static interface ListTrialComponentsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTrialComponentsRequest.Builder,ListTrialComponentsRequest>
  • Method Details

    • experimentName

      ListTrialComponentsRequest.Builder experimentName(String experimentName)

      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.

      Parameters:
      experimentName - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trialName

      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.

      Parameters:
      trialName - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceArn

      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.

      Parameters:
      sourceArn - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAfter

      ListTrialComponentsRequest.Builder createdAfter(Instant createdAfter)

      A filter that returns only components created after the specified time.

      Parameters:
      createdAfter - A filter that returns only components created after the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBefore

      ListTrialComponentsRequest.Builder createdBefore(Instant createdBefore)

      A filter that returns only components created before the specified time.

      Parameters:
      createdBefore - A filter that returns only components created before the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      The property used to sort results. The default value is CreationTime.

      Parameters:
      sortBy - The property used to sort results. The default value is CreationTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The property used to sort results. The default value is CreationTime.

      Parameters:
      sortBy - The property used to sort results. The default value is CreationTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order. The default value is Descending.

      Parameters:
      sortOrder - The sort order. The default value is Descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order. The default value is Descending.

      Parameters:
      sortOrder - The sort order. The default value is Descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      The maximum number of components to return in the response. The default value is 10.

      Parameters:
      maxResults - The maximum number of components to return in the response. The default value is 10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      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.

      Parameters:
      nextToken - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListTrialComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.