Interface TunedModelOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TunedModel, TunedModel.Builder

@Generated public interface TunedModelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getModel

      String getModel()
       Output only. The resource name of the TunedModel. Format:
      
       `projects/{project}/locations/{location}/models/{model}@{version_id}`
      
       When tuning from a base model, the version ID will be 1.
      
       For continuous tuning, if the provided tuned_model_display_name is set and
       different from parent model's display name, the tuned model will have a new
       parent model with version 1. Otherwise the version id will be incremented
       by 1 from the last version ID in the parent model. E.g.,
      
       `projects/{project}/locations/{location}/models/{model}@{last_version_id +
       1}`
       
      string model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The model.
    • getModelBytes

      com.google.protobuf.ByteString getModelBytes()
       Output only. The resource name of the TunedModel. Format:
      
       `projects/{project}/locations/{location}/models/{model}@{version_id}`
      
       When tuning from a base model, the version ID will be 1.
      
       For continuous tuning, if the provided tuned_model_display_name is set and
       different from parent model's display name, the tuned model will have a new
       parent model with version 1. Otherwise the version id will be incremented
       by 1 from the last version ID in the parent model. E.g.,
      
       `projects/{project}/locations/{location}/models/{model}@{last_version_id +
       1}`
       
      string model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for model.
    • getEndpoint

      String getEndpoint()
       Output only. A resource name of an Endpoint. Format:
       `projects/{project}/locations/{location}/endpoints/{endpoint}`.
       
      string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The endpoint.
    • getEndpointBytes

      com.google.protobuf.ByteString getEndpointBytes()
       Output only. A resource name of an Endpoint. Format:
       `projects/{project}/locations/{location}/endpoints/{endpoint}`.
       
      string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for endpoint.
    • getCheckpointsList

      List<TunedModelCheckpoint> getCheckpointsList()
       Output only. The checkpoints associated with this TunedModel.
       This field is only populated for tuning jobs that enable intermediate
       checkpoints.
       
      repeated .google.cloud.aiplatform.v1.TunedModelCheckpoint checkpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCheckpoints

      TunedModelCheckpoint getCheckpoints(int index)
       Output only. The checkpoints associated with this TunedModel.
       This field is only populated for tuning jobs that enable intermediate
       checkpoints.
       
      repeated .google.cloud.aiplatform.v1.TunedModelCheckpoint checkpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCheckpointsCount

      int getCheckpointsCount()
       Output only. The checkpoints associated with this TunedModel.
       This field is only populated for tuning jobs that enable intermediate
       checkpoints.
       
      repeated .google.cloud.aiplatform.v1.TunedModelCheckpoint checkpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCheckpointsOrBuilderList

      List<? extends TunedModelCheckpointOrBuilder> getCheckpointsOrBuilderList()
       Output only. The checkpoints associated with this TunedModel.
       This field is only populated for tuning jobs that enable intermediate
       checkpoints.
       
      repeated .google.cloud.aiplatform.v1.TunedModelCheckpoint checkpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCheckpointsOrBuilder

      TunedModelCheckpointOrBuilder getCheckpointsOrBuilder(int index)
       Output only. The checkpoints associated with this TunedModel.
       This field is only populated for tuning jobs that enable intermediate
       checkpoints.
       
      repeated .google.cloud.aiplatform.v1.TunedModelCheckpoint checkpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];