Interface NasJobSpecOrBuilder

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

@Generated public interface NasJobSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The spec of multi-trial algorithms.
    The spec of multi-trial algorithms.
     
    The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
    com.google.protobuf.ByteString
    The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
    It defines the search space for Neural Architecture Search (NAS).
    com.google.protobuf.ByteString
    It defines the search space for Neural Architecture Search (NAS).
    boolean
    The spec of multi-trial algorithms.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasMultiTrialAlgorithmSpec

      boolean hasMultiTrialAlgorithmSpec()
       The spec of multi-trial algorithms.
       
      .google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
      Returns:
      Whether the multiTrialAlgorithmSpec field is set.
    • getMultiTrialAlgorithmSpec

      NasJobSpec.MultiTrialAlgorithmSpec getMultiTrialAlgorithmSpec()
       The spec of multi-trial algorithms.
       
      .google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
      Returns:
      The multiTrialAlgorithmSpec.
    • getMultiTrialAlgorithmSpecOrBuilder

      NasJobSpec.MultiTrialAlgorithmSpecOrBuilder getMultiTrialAlgorithmSpecOrBuilder()
       The spec of multi-trial algorithms.
       
      .google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
    • getResumeNasJobId

      String getResumeNasJobId()
       The ID of the existing NasJob in the same Project and Location
       which will be used to resume search. search_space_spec and
       nas_algorithm_spec are obtained from previous NasJob hence should not
       provide them again for this NasJob.
       
      string resume_nas_job_id = 3;
      Returns:
      The resumeNasJobId.
    • getResumeNasJobIdBytes

      com.google.protobuf.ByteString getResumeNasJobIdBytes()
       The ID of the existing NasJob in the same Project and Location
       which will be used to resume search. search_space_spec and
       nas_algorithm_spec are obtained from previous NasJob hence should not
       provide them again for this NasJob.
       
      string resume_nas_job_id = 3;
      Returns:
      The bytes for resumeNasJobId.
    • getSearchSpaceSpec

      String getSearchSpaceSpec()
       It defines the search space for Neural Architecture Search (NAS).
       
      string search_space_spec = 1;
      Returns:
      The searchSpaceSpec.
    • getSearchSpaceSpecBytes

      com.google.protobuf.ByteString getSearchSpaceSpecBytes()
       It defines the search space for Neural Architecture Search (NAS).
       
      string search_space_spec = 1;
      Returns:
      The bytes for searchSpaceSpec.
    • getNasAlgorithmSpecCase

      NasJobSpec.NasAlgorithmSpecCase getNasAlgorithmSpecCase()