You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/ContentMaker.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public class ContentMaker {
24
24
privatestaticStringrole = "user";
25
25
26
26
/**
27
-
* Create a ContentMakerForRole for a given role.
27
+
* Creates a ContentMakerForRole for a given role.
28
28
*
29
29
* @param role Currently accepted role values are: "user", "model". No need to call forRole for
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/GenerateContentConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public GenerateContentConfig build() {
66
66
}
67
67
68
68
/**
69
-
* Set {@link com.google.cloud.vertexai.api.GenerationConfig} that will be used in the generate
69
+
* Sets {@link com.google.cloud.vertexai.api.GenerationConfig} that will be used in the generate
70
70
* content API call.
71
71
*
72
72
* @return builder for the GenerateContentConfig
@@ -78,7 +78,7 @@ public Builder setGenerationConfig(GenerationConfig generationConfig) {
78
78
}
79
79
80
80
/**
81
-
* Set a list of {@link com.google.cloud.vertexai.api.SafetySetting} that will be used in the
81
+
* Sets a list of {@link com.google.cloud.vertexai.api.SafetySetting} that will be used in the
82
82
* generate content API call.
83
83
*
84
84
* @return builder for the GenerateContentConfig
@@ -90,7 +90,7 @@ public Builder setSafetySettings(List<SafetySetting> safetySettings) {
90
90
}
91
91
92
92
/**
93
-
* Set a list of {@link com.google.cloud.vertexai.api.Tool} that will be used in the generate
93
+
* Sets a list of {@link com.google.cloud.vertexai.api.Tool} that will be used in the generate
0 commit comments