public static final class CreateTensorboardExperimentRequest.Builder extends GeneratedMessageV3.Builder<CreateTensorboardExperimentRequest.Builder> implements CreateTensorboardExperimentRequestOrBuilder
Request message for
TensorboardService.CreateTensorboardExperiment.
Protobuf type google.cloud.aiplatform.v1.CreateTensorboardExperimentRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public CreateTensorboardExperimentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CreateTensorboardExperimentRequest build()
public CreateTensorboardExperimentRequest buildPartial()
public CreateTensorboardExperimentRequest.Builder clear()
Overrides
public CreateTensorboardExperimentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public CreateTensorboardExperimentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public CreateTensorboardExperimentRequest.Builder clearParent()
Required. The resource name of the Tensorboard to create the
TensorboardExperiment in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public CreateTensorboardExperimentRequest.Builder clearTensorboardExperiment()
The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
public CreateTensorboardExperimentRequest.Builder clearTensorboardExperimentId()
Required. The ID to use for the Tensorboard experiment, which becomes the
final component of the Tensorboard experiment's resource name.
This value should be 1-128 characters, and valid characters
are /a-z-/.
string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
public CreateTensorboardExperimentRequest.Builder clone()
Overrides
public CreateTensorboardExperimentRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getParent()
Required. The resource name of the Tensorboard to create the
TensorboardExperiment in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
public ByteString getParentBytes()
Required. The resource name of the Tensorboard to create the
TensorboardExperiment in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
public TensorboardExperiment getTensorboardExperiment()
The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
public TensorboardExperiment.Builder getTensorboardExperimentBuilder()
The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
public String getTensorboardExperimentId()
Required. The ID to use for the Tensorboard experiment, which becomes the
final component of the Tensorboard experiment's resource name.
This value should be 1-128 characters, and valid characters
are /a-z-/.
string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The tensorboardExperimentId.
|
public ByteString getTensorboardExperimentIdBytes()
Required. The ID to use for the Tensorboard experiment, which becomes the
final component of the Tensorboard experiment's resource name.
This value should be 1-128 characters, and valid characters
are /a-z-/.
string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for tensorboardExperimentId.
|
public TensorboardExperimentOrBuilder getTensorboardExperimentOrBuilder()
The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
public boolean hasTensorboardExperiment()
The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
Returns |
---|
Type | Description |
boolean | Whether the tensorboardExperiment field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public CreateTensorboardExperimentRequest.Builder mergeFrom(CreateTensorboardExperimentRequest other)
public CreateTensorboardExperimentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public CreateTensorboardExperimentRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public CreateTensorboardExperimentRequest.Builder mergeTensorboardExperiment(TensorboardExperiment value)
The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
public final CreateTensorboardExperimentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public CreateTensorboardExperimentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CreateTensorboardExperimentRequest.Builder setParent(String value)
Required. The resource name of the Tensorboard to create the
TensorboardExperiment in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
public CreateTensorboardExperimentRequest.Builder setParentBytes(ByteString value)
Required. The resource name of the Tensorboard to create the
TensorboardExperiment in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
public CreateTensorboardExperimentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public CreateTensorboardExperimentRequest.Builder setTensorboardExperiment(TensorboardExperiment value)
The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
public CreateTensorboardExperimentRequest.Builder setTensorboardExperiment(TensorboardExperiment.Builder builderForValue)
The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
public CreateTensorboardExperimentRequest.Builder setTensorboardExperimentId(String value)
Required. The ID to use for the Tensorboard experiment, which becomes the
final component of the Tensorboard experiment's resource name.
This value should be 1-128 characters, and valid characters
are /a-z-/.
string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The tensorboardExperimentId to set.
|
public CreateTensorboardExperimentRequest.Builder setTensorboardExperimentIdBytes(ByteString value)
Required. The ID to use for the Tensorboard experiment, which becomes the
final component of the Tensorboard experiment's resource name.
This value should be 1-128 characters, and valid characters
are /a-z-/.
string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for tensorboardExperimentId to set.
|
public final CreateTensorboardExperimentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides